Skip to content

Commit

Permalink
feat: add ruby 1.3.0-rc1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed Dec 21, 2023
1 parent 4886266 commit d4666a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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:
- 3.3.0-rc1
- 3.2.2
- 3.1.4
- 3.0.6
Expand All @@ -38,6 +39,7 @@ jobs:
- sqlite3
- postgresql
exclude:
- { ruby: 3.3.0-rc1, appraisal: rails_6_1 }
- { ruby: 3.2.2, appraisal: rails_6_1 }
- { ruby: 3.0.6, appraisal: rails_7_0 }
- { ruby: 3.0.6, appraisal: rails_7_1 }
Expand Down

0 comments on commit d4666a4

Please sign in to comment.