From 5365fcd1f794765ba70c6d83ca2b99046a465baf Mon Sep 17 00:00:00 2001 From: Maxim Babichev Date: Sat, 3 Feb 2024 10:35:56 +0300 Subject: [PATCH] 10.10 test --- .github/workflows/phpunits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunits.yaml b/.github/workflows/phpunits.yaml index 12ac12285..adcf73a38 100644 --- a/.github/workflows/phpunits.yaml +++ b/.github/workflows/phpunits.yaml @@ -73,7 +73,7 @@ jobs: - 3306:3306 mariadb: - image: mariadb:10.9 # https://github.com/laravel/framework/pull/48455 + image: mariadb:10.10 # https://github.com/laravel/framework/pull/48455 env: MYSQL_ROOT_PASSWORD: wallet MYSQL_DATABASE: wallet