We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd6d49 commit 0313f02Copy full SHA for 0313f02
.github/workflows/test.yml
@@ -15,9 +15,8 @@ jobs:
15
matrix:
16
os: [ ubuntu-latest, macos-latest, windows-latest ]
17
php: [ "8.2", "8.3", "8.4" ]
18
- stability: [ prefer-lowest, prefer-stable ]
19
20
- name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
+ name: PHP ${{ matrix.php }} - ${{ matrix.os }}
21
22
steps:
23
- name: Checkout code
@@ -37,7 +36,7 @@ jobs:
37
36
with:
38
timeout_minutes: 5
39
max_attempts: 5
40
- command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --ansi
+ command: composer install --prefer-dist --no-interaction --no-progress --ansi
41
42
- name: Static analysis
43
run: composer analyze
0 commit comments