File tree 1 file changed +4
-14
lines changed
1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change 6
6
rubocop :
7
7
name : Lint (Rubocop)
8
8
runs-on : ubuntu-20.04
9
- container : ruby:2.6
9
+ container : ruby:2.7
10
10
steps :
11
11
- name : Checkout
12
12
uses : actions/checkout@v2
30
30
outputs :
31
31
GEM_VERSION : ${{ steps.set-metadata.outputs.GEM_VERSION }}
32
32
runs-on : ubuntu-20.04
33
- container : ruby:2.6
33
+ container : ruby:2.7
34
34
steps :
35
35
- name : Checkout
36
36
uses : actions/checkout@v2
@@ -199,10 +199,10 @@ jobs:
199
199
run : |
200
200
case ${{ matrix.libc }} in
201
201
gnu)
202
- echo 'ruby:2.6 '
202
+ echo 'ruby:2.7 '
203
203
;;
204
204
musl)
205
- echo 'ruby:2.6 -alpine'
205
+ echo 'ruby:2.7 -alpine'
206
206
;;
207
207
esac | tee container_image
208
208
echo "::set-output name=image::$(cat container_image)"
@@ -282,12 +282,6 @@ jobs:
282
282
- amd64
283
283
# other platforms would need emulation, which is way too slow
284
284
container :
285
- - image : ruby:2.6
286
- version : ' 2.6'
287
- libc : gnu
288
- - image : ruby:2.6-alpine
289
- version : ' 2.6'
290
- libc : musl
291
285
- image : ruby:2.7
292
286
version : ' 2.7'
293
287
libc : gnu
@@ -380,7 +374,6 @@ jobs:
380
374
fail-fast : false
381
375
matrix :
382
376
version :
383
- - ' 2.6'
384
377
- ' 2.7'
385
378
- ' 3.0'
386
379
- ' 3.1'
@@ -394,9 +387,6 @@ jobs:
394
387
- gnu
395
388
- musl
396
389
include :
397
- - version : ' 2.6'
398
- platform : ' arm64'
399
- libc : ' gnu'
400
390
- version : ' 2.7'
401
391
platform : ' arm64'
402
392
libc : ' gnu'
You can’t perform that action at this time.
0 commit comments