File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,15 @@ jobs:
87
87
run : |
88
88
cd app
89
89
rm composer.lock
90
- composer require illuminate/contracts:<9.52 --no-interaction --no-suggest
90
+ composer require illuminate/contracts:" <9.52" --no-interaction --no-suggest
91
91
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
92
92
93
93
- name : Prepare L10
94
94
if : ${{ matrix.laravel == '10.0' }}
95
95
run : |
96
96
cd app
97
97
rm composer.lock
98
- composer require illuminate/contracts:<10.17 spatie/phpunit-snapshot-assertions:^5.0 phpunit/phpunit:^10.0 nunomaduro/collision:^7.0 --no-interaction --no-suggest
98
+ composer require illuminate/contracts:" <10.17" spatie/phpunit-snapshot-assertions:^5.0 phpunit/phpunit:^10.0 nunomaduro/collision:^7.0 --no-interaction --no-suggest
99
99
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
100
100
101
101
- name : Prepare tests
You can’t perform that action at this time.
0 commit comments