Skip to content

Commit

Permalink
Also test ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mherold committed Mar 26, 2024
1 parent 8a0cfae commit 34e1329
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ jobs:
ruby:
- 2.7.8
- 3.0.6
- 3.1.4
appraisal:
- rails-5.2
- rails-6.0
- rails-6.1
exclude:
- ruby: 3.0.6
appraisal: rails-5.2
- ruby: 3.1.4
appraisal: rails-5.2
steps:
- name: Install system dependencies
run: sudo apt-get install -y libsqlite3-dev
Expand Down

0 comments on commit 34e1329

Please sign in to comment.