From c2b838d1a6fd89672d82e9d34e106cdb05b6c853 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 28 Apr 2024 11:44:27 +0200 Subject: [PATCH] Revert to mariadb 10 --- .github/workflows/laravel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 13116a29f..92ea2280f 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mariadb:11 + image: mariadb:10 env: MYSQL_ALLOW_EMPTY_PASSWORD: yes MYSQL_DATABASE: TEST