From 58ed490c7de71a7e228ddbdec656d25a97b46761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 24 Apr 2023 12:51:59 +0200 Subject: [PATCH] Update phpunit.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .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 fe57256ee..6838f6732 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -21,7 +21,7 @@ env: jobs: integration: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: fail-fast: false