From 49a1c9d7f456ed416874259d34b5dbbc4ed51f2f Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 9 Sep 2025 16:44:02 +0200 Subject: [PATCH] Update test --- .github/workflows/laravel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index fd36717d4..f36e74e05 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -14,7 +14,7 @@ jobs: name: PHP ${{ matrix.php }} services: mysql: - image: mariadb:10 + image: mariadb:11 env: MYSQL_ALLOW_EMPTY_PASSWORD: yes MYSQL_DATABASE: TEST @@ -24,7 +24,7 @@ jobs: - 3306:3306 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup PHP uses: shivammathur/setup-php@v2