From 854a987ae513f98c0fcaa7895803938e2f64e36d Mon Sep 17 00:00:00 2001 From: George Petculescu Date: Fri, 12 Jan 2024 21:32:24 +0200 Subject: [PATCH] Attempt to fix GitHub Actions flow/pipelines --- .github/workflows/test-phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-phpunit.yml b/.github/workflows/test-phpunit.yml index 81e4dc5e269..ce01a82991a 100644 --- a/.github/workflows/test-phpunit.yml +++ b/.github/workflows/test-phpunit.yml @@ -7,7 +7,7 @@ permissions: jobs: tests: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[ci skip]')" env: PHP_INI_VALUES: assert.exception=1, zend.assertions=1