Skip to content

Commit f453cd7

Browse files
committed
Run tests on PHP 8.3
1 parent e8ccd25 commit f453cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php-versions: ['7.4', '8.0', '8.1', '8.2']
25+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
2626
db-type: [mysql]
2727
prefer-lowest: ['', 'prefer-lowest']
2828

0 commit comments

Comments
 (0)