Skip to content

Commit 40a7b52

Browse files
committed
Test only on stable
1 parent c39bc12 commit 40a7b52

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
php: [7.3, 7.4, 8.0]
12-
stability: [prefer-lowest, prefer-stable]
1312

14-
name: PHP ${{ matrix.php }} (${{ matrix.stability }})
13+
name: PHP ${{ matrix.php }}
1514

1615
steps:
1716
- name: Checkout code
@@ -34,7 +33,7 @@ jobs:
3433
with:
3534
timeout_minutes: 5
3635
max_attempts: 5
37-
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
36+
command: composer update --prefer-dist --no-interaction --no-progress
3837

3938
- name: Execute tests
4039
run: vendor/bin/phpunit --verbose --coverage-clover ./build/logs/clover.xml

0 commit comments

Comments
 (0)