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 0f92a69 commit da8f669Copy full SHA for da8f669
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- php-versions: [ '8.1', '8.2', '8.3' ]
+ php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
22
db-type: [ 'mysql', 'sqlite', 'postgres' ]
23
24
env:
0 commit comments