We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da30a66 commit 6b1e7b3Copy full SHA for 6b1e7b3
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- php-versions: ['8.2', '8.3', '8.4' ]
+ php-versions: ['8.2', '8.3', '8.4', '8.5' ]
25
db-type: [ 'mysql', 'sqlite', 'postgres' ]
26
27
env:
0 commit comments