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 c39bc12 commit 40a7b52Copy full SHA for 40a7b52
.github/workflows/tests.yml
@@ -9,9 +9,8 @@ jobs:
9
fail-fast: false
10
matrix:
11
php: [7.3, 7.4, 8.0]
12
- stability: [prefer-lowest, prefer-stable]
13
14
- name: PHP ${{ matrix.php }} (${{ matrix.stability }})
+ name: PHP ${{ matrix.php }}
15
16
steps:
17
- name: Checkout code
@@ -34,7 +33,7 @@ jobs:
34
33
with:
35
timeout_minutes: 5
36
max_attempts: 5
37
- command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
+ command: composer update --prefer-dist --no-interaction --no-progress
38
39
- name: Execute tests
40
run: vendor/bin/phpunit --verbose --coverage-clover ./build/logs/clover.xml
0 commit comments