File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
build :
18
- runs-on : ubuntu-16 .04
18
+ runs-on : ubuntu-20 .04
19
19
strategy :
20
20
fail-fast : false
21
21
matrix :
@@ -107,7 +107,7 @@ jobs:
107
107
run : composer test
108
108
109
109
coding-standard :
110
- runs-on : ubuntu-16 .04
110
+ runs-on : ubuntu-20 .04
111
111
name : Coding Standard
112
112
steps :
113
113
- name : " Checkout"
@@ -135,7 +135,7 @@ jobs:
135
135
run : composer check-cs
136
136
137
137
benchmark :
138
- runs-on : ubuntu-16 .04
138
+ runs-on : ubuntu-20 .04
139
139
name : Benchmark
140
140
steps :
141
141
- name : " Checkout"
@@ -163,7 +163,7 @@ jobs:
163
163
run : composer bench
164
164
165
165
static-analysis :
166
- runs-on : ubuntu-16 .04
166
+ runs-on : ubuntu-20 .04
167
167
name : " Static analysis"
168
168
steps :
169
169
- name : " Checkout"
@@ -191,7 +191,7 @@ jobs:
191
191
run : composer static-analysis
192
192
193
193
coverage :
194
- runs-on : ubuntu-16 .04
194
+ runs-on : ubuntu-20 .04
195
195
name : " Coverage"
196
196
steps :
197
197
- name : " Checkout"
You can’t perform that action at this time.
0 commit comments