Skip to content

Commit c0ae8d9

Browse files
authored
Run tests even with PHP 8.3 (#142)
1 parent 58601e0 commit c0ae8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
php-version: [ '7.4', '8.0', '8.1', '8.2' ]
35+
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
3636
dependency-version: [ prefer-lowest, prefer-stable ]
3737
steps:
3838
-

0 commit comments

Comments
 (0)