Skip to content

Commit f9d5656

Browse files
authored
Merge pull request #22 from pavog/php-84
Add PHP 8.4 to version matrix for tests in GitHub actions
2 parents 8f7615e + ef74cb1 commit f9d5656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-version: [ '8.1', '8.2', '8.3' ]
15+
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
1616

1717
name: Run tests on PHP v${{ matrix.php-version }}
1818

0 commit comments

Comments
 (0)