Skip to content

Commit

Permalink
Test with development version of Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
voxik committed Dec 5, 2024
1 parent 6f4de5a commit 55054b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- head
- 3.3.0
- 3.2.2
- 3.1.4
Expand All @@ -40,6 +41,9 @@ jobs:
- sqlite3
- postgresql
exclude:
- { ruby: head, appraisal: rails_6_1 }
- { ruby: head, appraisal: rails_7_0 }
- { ruby: head, appraisal: rails_7_1 }
- { ruby: 3.3.0, appraisal: rails_6_1 }
- { ruby: 3.3.0, appraisal: rails_7_0 }
- { ruby: 3.2.2, appraisal: rails_6_1 }
Expand Down

0 comments on commit 55054b1

Please sign in to comment.