Skip to content

Commit 2eec8ff

Browse files
authoredSep 11, 2024··
Merge pull request #19 from pavog/patch-1
Add PHP versions 8.2 and 8.3 to test matrix in GitHub actions
2 parents c0c3628 + 9bbede5 commit 2eec8ff

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' ]
15+
php-version: [ '8.1', '8.2', '8.3' ]
1616

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

0 commit comments

Comments
 (0)
Please sign in to comment.