Skip to content

Commit

Permalink
Remove Ruby 2.6 from CI matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia committed Nov 3, 2022
1 parent 59f46c1 commit e918893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop --format progress
build:
needs: [linting]
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1']
ruby: ['2.7', '3.0', '3.1']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e918893

Please sign in to comment.