Skip to content

Commit 9a61bac

Browse files
seanmakesgamesFayti1703
authored andcommitted
2.6 is EOL -- remove and bump
1 parent 29c7341 commit 9a61bac

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
rubocop:
77
name: Lint (Rubocop)
88
runs-on: ubuntu-20.04
9-
container: ruby:2.6
9+
container: ruby:2.7
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2
@@ -30,7 +30,7 @@ jobs:
3030
outputs:
3131
GEM_VERSION: ${{ steps.set-metadata.outputs.GEM_VERSION }}
3232
runs-on: ubuntu-20.04
33-
container: ruby:2.6
33+
container: ruby:2.7
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v2
@@ -199,10 +199,10 @@ jobs:
199199
run: |
200200
case ${{ matrix.libc }} in
201201
gnu)
202-
echo 'ruby:2.6'
202+
echo 'ruby:2.7'
203203
;;
204204
musl)
205-
echo 'ruby:2.6-alpine'
205+
echo 'ruby:2.7-alpine'
206206
;;
207207
esac | tee container_image
208208
echo "::set-output name=image::$(cat container_image)"
@@ -282,12 +282,6 @@ jobs:
282282
- amd64
283283
# other platforms would need emulation, which is way too slow
284284
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
291285
- image: ruby:2.7
292286
version: '2.7'
293287
libc: gnu
@@ -380,7 +374,6 @@ jobs:
380374
fail-fast: false
381375
matrix:
382376
version:
383-
- '2.6'
384377
- '2.7'
385378
- '3.0'
386379
- '3.1'
@@ -394,9 +387,6 @@ jobs:
394387
- gnu
395388
- musl
396389
include:
397-
- version: '2.6'
398-
platform: 'arm64'
399-
libc: 'gnu'
400390
- version: '2.7'
401391
platform: 'arm64'
402392
libc: 'gnu'

0 commit comments

Comments
 (0)