Skip to content

Commit

Permalink
Change the default tested ruby from 2.7 to 3.1
Browse files Browse the repository at this point in the history
Ruby 2.7 is EOL and many gems such as SQLite don't install on it.
Fixes #125
  • Loading branch information
jcoyne committed Jan 4, 2024
1 parent caab8d2 commit fe59570
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ jobs:
strategy:
matrix:
ruby:
- 2.7
- 3.1
rails_version:
- 5.2.8.1
- 6.0.5.1
- 6.1.6.1
- 7.0.3.1
include:
- ruby: '3.0.6' # Rails 6.0 will not run on Ruby 3.1
rails_version: '6.0.5.1'
- ruby: '2.7.8' # Rails 5.2 will not run on Ruby 3
rails_version: '5.2.8.1'
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit fe59570

Please sign in to comment.