We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9109ba1 commit 67f3b9fCopy full SHA for 67f3b9f
.github/workflows/tests.yml
@@ -14,8 +14,8 @@ jobs:
14
fail-fast: true
15
matrix:
16
php: ['8.0', '8.1', '8.2']
17
- stability: ['', '--prefer-stable']
18
- laravel: ['^9.0', '^10.0']
+ stability: ['prefer-lowest', prefer-stable]
+ laravel: ['>=9.0 <10', '^10.0']
19
exclude:
20
- php: '8.0'
21
laravel: '^10.0'
@@ -44,7 +44,7 @@ jobs:
44
run: docker-compose up -d rabbitmq
45
46
- name: Install dependencies
47
- run: composer update --with='illuminate/queue:${{matrix.laravel}}' ${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
+ run: composer update --with='illuminate/queue:${{matrix.laravel}}' --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
48
49
- name: Run Laravel Pint
50
run: ./vendor/bin/pint --test
0 commit comments