Skip to content

Commit ff6ce2f

Browse files
committed
Remove Ruby 2.6 from test matrixes
1 parent 09bffa6 commit ff6ce2f

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
ruby-version: ['2.6', '2.7', '3.0', '3.1']
19+
ruby-version: ['2.7', '3.0', '3.1']
2020

2121
steps:
2222
- uses: actions/checkout@v3

.gitlab-ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cache:
55
- vendor/ruby
66

77
lint:rubocop:
8-
image: "ruby:2.6"
8+
image: ruby
99
script:
1010
- gem install rubocop -N
1111
- rubocop lib
@@ -25,10 +25,6 @@ lint:rubocop:
2525
reports:
2626
junit: "reports/TEST-*.xml"
2727

28-
test:ruby2.6:
29-
extends: .test
30-
image: "ruby:2.6"
31-
3228
test:ruby2.7:
3329
extends: .test
3430
image: "ruby:2.7"

0 commit comments

Comments
 (0)