Skip to content

Commit b3bb280

Browse files
committed
✨ Introduce check for PHP 8.3, 8.4 in CI
1 parent 8ae7755 commit b3bb280

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
install-args: ['']
15-
php-version: ['8.2']
15+
php-version: ['8.2', '8.3', '8.4']
1616
fail-fast: false
1717
steps:
1818
# Cancel previous runs of the same branch

0 commit comments

Comments
 (0)