Skip to content

Commit

Permalink
Drop Ruby 2.6 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Feb 17, 2021
1 parent 09ceffa commit 195a528
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7', '3.0']
ruby: ['2.7', '3.0']
gemfile:
- rails_6
- rails_6_1
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.6', '2.7', '3.0']
ruby: ['2.7', '3.0']
gemfile:
- rails_6
- rails_6_1
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.6', '2.7', '3.0']
ruby: ['2.7', '3.0']
gemfile:
- rails_6
- rails_6_1
Expand Down

0 comments on commit 195a528

Please sign in to comment.