Skip to content

Commit c5d6b57

Browse files
committed
Add PHP 8.3
1 parent f137f97 commit c5d6b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: "!contains(github.event.head_commit.message, '[ci skip]')"
4141
strategy:
4242
matrix:
43-
php-versions: ['7.4', '8.0', '8.1', '8.2']
43+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
4444
db-platforms: ['MySQLi', 'SQLite3']
4545
mysql-versions: ['5.7']
4646
dependencies: ['highest']

0 commit comments

Comments
 (0)