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 3f7ce55 commit e8602dcCopy full SHA for e8602dc
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: true
11
matrix:
12
- php: [ 8.1, 8.2, 8.3 ]
+ php: [ 8.1, 8.2, 8.3, 8.4 ]
13
dependency-version: [ prefer-lowest, prefer-stable ]
14
15
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}
@@ -49,4 +49,4 @@ jobs:
49
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist
50
51
- name: Run tests
52
- run: composer test
+ run: composer test
0 commit comments