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 e0cd279 commit b0e4abeCopy full SHA for b0e4abe
.github/workflows/phpunit.yml
@@ -38,7 +38,7 @@ jobs:
38
if: "!contains(github.event.head_commit.message, '[ci skip]')"
39
strategy:
40
matrix:
41
- php-versions: ['8.1', '8.2', '8.3']
+ php-versions: ['8.1', '8.2', '8.3', '8.4']
42
db-platforms: ['MySQLi', 'SQLite3']
43
include:
44
# Postgre
0 commit comments