From 7234d3834fa9f2064d466369418db5ce31c49551 Mon Sep 17 00:00:00 2001 From: Jeremiah VALERIE Date: Mon, 13 Sep 2021 08:41:31 +0200 Subject: [PATCH] Bump ci ubuntu version to fix setup-php build see https://github.com/shivammathur/setup-php/issues/452 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cf89f3b8..a5bfee844 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ env: jobs: build: - runs-on: ubuntu-16.04 + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: @@ -107,7 +107,7 @@ jobs: run: composer test coding-standard: - runs-on: ubuntu-16.04 + runs-on: ubuntu-20.04 name: Coding Standard steps: - name: "Checkout" @@ -135,7 +135,7 @@ jobs: run: composer check-cs benchmark: - runs-on: ubuntu-16.04 + runs-on: ubuntu-20.04 name: Benchmark steps: - name: "Checkout" @@ -163,7 +163,7 @@ jobs: run: composer bench static-analysis: - runs-on: ubuntu-16.04 + runs-on: ubuntu-20.04 name: "Static analysis" steps: - name: "Checkout" @@ -191,7 +191,7 @@ jobs: run: composer static-analysis coverage: - runs-on: ubuntu-16.04 + runs-on: ubuntu-20.04 name: "Coverage" steps: - name: "Checkout"