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 e8ccd25 commit f453cd7Copy full SHA for f453cd7
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- php-versions: ['7.4', '8.0', '8.1', '8.2']
+ php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
26
db-type: [mysql]
27
prefer-lowest: ['', 'prefer-lowest']
28
0 commit comments