Skip to content

Commit 4a699ed

Browse files
committed
Update run-tests.yml
1 parent 0ad004d commit 4a699ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ jobs:
8787
run: |
8888
cd app
8989
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
9191
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
9292
9393
- name: Prepare L10
9494
if: ${{ matrix.laravel == '10.0' }}
9595
run: |
9696
cd app
9797
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
9999
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
100100
101101
- name: Prepare tests

0 commit comments

Comments
 (0)