From eebb18e8bb3fb5b7c3451a0cc799aaade3fced5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Rowi=C5=84ski?= Date: Wed, 12 Jun 2024 12:30:00 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e2e7e6d..9107311 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: php: [ '8.2', '8.3' ] - mysql-version: [ 'mysql:5.5', 'mysql:5.6', 'mysql:5.7', 'mysql:8.0', 'mysql:8.4', 'mariadb:5.5' 'mariadb:10.0', 'mariadb:10.1', 'percona:5.7', 'percona:8.0' ] + mysql-version: [ 'mysql:5.5', 'mysql:5.6', 'mysql:5.7', 'mysql:8.0', 'mysql:8.4', 'mariadb:5.5', 'mariadb:10.0', 'mariadb:10.1', 'percona:5.7', 'percona:8.0' ] services: mysql: