Skip to content

Commit 029b855

Browse files
committed
Add MySQL 8.0 to the test matrix
1 parent 7eef1f7 commit 029b855

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test-phpunit.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,15 @@ jobs:
4242
matrix:
4343
php-versions: ['7.3', '7.4', '8.0']
4444
db-platforms: ['MySQLi', 'Postgre', 'SQLite3', 'SQLSRV']
45+
mysql-versions: ['5.7']
46+
include:
47+
- php-versions: 7.4
48+
db-platforms: MySQLi
49+
mysql-versions: 8.0
4550

4651
services:
4752
mysql:
48-
image: mysql:5.7
53+
image: mysql:${{ matrix.mysql-versions }}
4954
env:
5055
MYSQL_ALLOW_EMPTY_PASSWORD: yes
5156
MYSQL_DATABASE: test

0 commit comments

Comments
 (0)