Skip to content

Commit 67f3b9f

Browse files
committed
stable or nothing
1 parent 9109ba1 commit 67f3b9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: ['8.0', '8.1', '8.2']
17-
stability: ['', '--prefer-stable']
18-
laravel: ['^9.0', '^10.0']
17+
stability: ['prefer-lowest', prefer-stable]
18+
laravel: ['>=9.0 <10', '^10.0']
1919
exclude:
2020
- php: '8.0'
2121
laravel: '^10.0'
@@ -44,7 +44,7 @@ jobs:
4444
run: docker-compose up -d rabbitmq
4545

4646
- name: Install dependencies
47-
run: composer update --with='illuminate/queue:${{matrix.laravel}}' ${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
47+
run: composer update --with='illuminate/queue:${{matrix.laravel}}' --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
4848

4949
- name: Run Laravel Pint
5050
run: ./vendor/bin/pint --test

0 commit comments

Comments
 (0)