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 dfe34d7 commit 3dc2b00Copy full SHA for 3dc2b00
.github/workflows/tests.yml
@@ -14,7 +14,6 @@ jobs:
14
fail-fast: true
15
matrix:
16
php: [8.0, 8.1]
17
- stability: [prefer-lowest, prefer-stable]
18
19
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
20
@@ -30,7 +29,7 @@ jobs:
30
29
coverage: none
31
32
- name: Install dependencies
33
- run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
+ run: composer update --prefer-dist --no-interaction --no-progress
34
35
- name: Execute tests
36
run: vendor/bin/phpunit --verbose
0 commit comments