From e7df2326d8e6de664420c9e44d7ebe69a5c5435e Mon Sep 17 00:00:00 2001 From: Henning Schwentner Date: Tue, 25 Oct 2022 09:03:25 +0200 Subject: [PATCH] Fix Ubuntu version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a58ddfe..c6c00d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,11 +9,11 @@ jobs: matrix: php-version: ['8.0', '8.1'] - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup PHP with tools uses: shivammathur/setup-php@v2