From 79abeb204052bfa511b48e3548d5def19d9837e9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 15 Jul 2021 10:12:11 +0200 Subject: "Fix" CI with mariadb Signed-off-by: Joas Schilling --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index cc60a62ca..43dfe3010 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -88,7 +88,7 @@ jobs: services: mysql: - image: mariadb + image: mariadb:10.5 ports: - 4444:3306/tcp env: -- cgit v1.2.3