Skip to content
Snippets Groups Projects
Verified Commit ff6ce2ff authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Remove Ruby 2.6 from test matrixes

parent 09bffa6d
Branches
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ jobs: ...@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1'] ruby-version: ['2.7', '3.0', '3.1']
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
......
...@@ -5,7 +5,7 @@ cache: ...@@ -5,7 +5,7 @@ cache:
- vendor/ruby - vendor/ruby
lint:rubocop: lint:rubocop:
image: "ruby:2.6" image: ruby
script: script:
- gem install rubocop -N - gem install rubocop -N
- rubocop lib - rubocop lib
...@@ -25,10 +25,6 @@ lint:rubocop: ...@@ -25,10 +25,6 @@ lint:rubocop:
reports: reports:
junit: "reports/TEST-*.xml" junit: "reports/TEST-*.xml"
test:ruby2.6:
extends: .test
image: "ruby:2.6"
test:ruby2.7: test:ruby2.7:
extends: .test extends: .test
image: "ruby:2.7" image: "ruby:2.7"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment