Skip to content

Commit 7234d38

Browse files
committed
Bump ci ubuntu version to fix setup-php build
see shivammathur/setup-php#452
1 parent 6f4862a commit 7234d38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
build:
18-
runs-on: ubuntu-16.04
18+
runs-on: ubuntu-20.04
1919
strategy:
2020
fail-fast: false
2121
matrix:
@@ -107,7 +107,7 @@ jobs:
107107
run: composer test
108108

109109
coding-standard:
110-
runs-on: ubuntu-16.04
110+
runs-on: ubuntu-20.04
111111
name: Coding Standard
112112
steps:
113113
- name: "Checkout"
@@ -135,7 +135,7 @@ jobs:
135135
run: composer check-cs
136136

137137
benchmark:
138-
runs-on: ubuntu-16.04
138+
runs-on: ubuntu-20.04
139139
name: Benchmark
140140
steps:
141141
- name: "Checkout"
@@ -163,7 +163,7 @@ jobs:
163163
run: composer bench
164164

165165
static-analysis:
166-
runs-on: ubuntu-16.04
166+
runs-on: ubuntu-20.04
167167
name: "Static analysis"
168168
steps:
169169
- name: "Checkout"
@@ -191,7 +191,7 @@ jobs:
191191
run: composer static-analysis
192192

193193
coverage:
194-
runs-on: ubuntu-16.04
194+
runs-on: ubuntu-20.04
195195
name: "Coverage"
196196
steps:
197197
- name: "Checkout"

0 commit comments

Comments
 (0)