Skip to content

Commit

Permalink
Bump ci ubuntu version to fix setup-php build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg-web committed Sep 13, 2021
1 parent 6f4862a commit 7234d38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 7234d38

Please sign in to comment.