Skip to content

Commit d0155c4

Browse files
authored
Support PHP 8.5 in CI (#145)
tx
1 parent 2cb76cd commit d0155c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66

77
strategy:
88
matrix:
9-
php: [ '8.2', '8.3', '8.4' ]
9+
php: [ '8.2', '8.3', '8.4', '8.5' ]
1010
mysql-version: [ '5.7', '8.0', '8.4' ]
1111

1212
steps:

0 commit comments

Comments
 (0)