We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb76cd commit d0155c4Copy full SHA for d0155c4
.github/workflows/tests.yml
@@ -6,7 +6,7 @@ jobs:
6
7
strategy:
8
matrix:
9
- php: [ '8.2', '8.3', '8.4' ]
+ php: [ '8.2', '8.3', '8.4', '8.5' ]
10
mysql-version: [ '5.7', '8.0', '8.4' ]
11
12
steps:
0 commit comments