We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b870721 commit c8b1b74Copy full SHA for c8b1b74
.github/workflows/phpunit.yml
@@ -22,7 +22,7 @@ jobs:
22
phpunit:
23
strategy:
24
matrix:
25
- php-version: ['8.1', '8.2', '8.3', '8.4']
+ php-version: ['8.2', '8.3', '8.4', '8.5']
26
db-platform: ['MySQLi', 'SQLite3']
27
mysql-version: ['8.0']
28
dependencies: ['highest']
0 commit comments