Skip to content

Commit 3dc2b00

Browse files
committed
wip
1 parent dfe34d7 commit 3dc2b00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: [8.0, 8.1]
17-
stability: [prefer-lowest, prefer-stable]
1817

1918
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
2019

@@ -30,7 +29,7 @@ jobs:
3029
coverage: none
3130

3231
- name: Install dependencies
33-
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
32+
run: composer update --prefer-dist --no-interaction --no-progress
3433

3534
- name: Execute tests
3635
run: vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)