Skip to content

Commit 6e143cc

Browse files
committed
Test on PHP 8.3 and 8.4
1 parent e4f1e47 commit 6e143cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
php-versions: ['8.1', '8.2']
9+
php-versions: ['8.1', '8.2', '8.3', '8.4']
1010
name: PHP ${{ matrix.php-versions }}
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)