Skip to content

Commit

Permalink
Only test Ruby 2.7+ as Rails 7 will only support that
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Feb 17, 2021
1 parent 17eca6b commit 09ceffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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.6', '2.7', '3.0']
ruby: [ '2.7', '3.0']
gemfile:
- rails_6
- rails_6_1
Expand Down

0 comments on commit 09ceffa

Please sign in to comment.