Skip to content

Commit f513504

Browse files
committed
chore: use MySQL 8.0 by default
1 parent 472391c commit f513504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ jobs:
9999
- SQLSRV
100100
- SQLite3
101101
mysql-version:
102-
- '5.7'
102+
- '8.0'
103103
include:
104104
- php-version: '7.4'
105105
db-platform: MySQLi
106-
mysql-version: '8.0'
106+
mysql-version: '5.7'
107107
- php-version: '8.3'
108108
composer-option: '--ignore-platform-req=php'
109109

0 commit comments

Comments
 (0)