From 873d92e8764077f4fc53eee996b205f2ad25bc1b Mon Sep 17 00:00:00 2001 From: michalsn Date: Fri, 27 Dec 2024 12:16:36 +0100 Subject: [PATCH] froze ubuntu version --- .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 fba292b..cd5209a 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -34,7 +34,7 @@ env: jobs: main: name: PHP ${{ matrix.php-versions }} - ${{ matrix.db-platforms }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: "!contains(github.event.head_commit.message, '[ci skip]')" strategy: matrix: