We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a088b3c commit 3bf8802Copy full SHA for 3bf8802
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- php-version: ['8.2', '8.3', '8.4']
+ php-version: ['8.2', '8.3', '8.4', '8.5']
17
db-type: [sqlite, mysql, pgsql]
18
prefer-lowest: ['']
19
0 commit comments