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 b5b3d63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ 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: '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 b5b3d63

Please sign in to comment.