Skip to content

Commit d0ef1a0

Browse files
authored
Merge pull request #98 from aternosorg/php-84
Add PHP 8.3 and 8.4 to version matrix for tests in GitHub actions
2 parents 7fb041f + 99d0562 commit d0ef1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
php-version: [ '8.1', '8.2' ]
16+
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
1717

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

0 commit comments

Comments
 (0)