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 f137f97 commit c5d6b57Copy full SHA for c5d6b57
.github/workflows/phpunit.yml
@@ -40,7 +40,7 @@ jobs:
40
if: "!contains(github.event.head_commit.message, '[ci skip]')"
41
strategy:
42
matrix:
43
- php-versions: ['7.4', '8.0', '8.1', '8.2']
+ php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
44
db-platforms: ['MySQLi', 'SQLite3']
45
mysql-versions: ['5.7']
46
dependencies: ['highest']
0 commit comments