Skip to content

Commit e8602dc

Browse files
chr-hertelCodeWithKyrian
authored andcommitted
Add PHP 8.4 to CI matrix
1 parent 3f7ce55 commit e8602dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ 8.1, 8.2, 8.3 ]
12+
php: [ 8.1, 8.2, 8.3, 8.4 ]
1313
dependency-version: [ prefer-lowest, prefer-stable ]
1414

1515
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}
@@ -49,4 +49,4 @@ jobs:
4949
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist
5050

5151
- name: Run tests
52-
run: composer test
52+
run: composer test

0 commit comments

Comments
 (0)