From 1bce3d5499859d9329e79219493c52c72ea70cc4 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 10 Jun 2023 16:59:15 +1000 Subject: [PATCH] rollback mariadb version for github actions --- .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 4306039b34b8..774421fe8a7e 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -44,7 +44,7 @@ jobs: services: mariadb: - image: mariadb:latest + image: mariadb:10.6 ports: - 32768:3306 env: