Skip to content

Commit

Permalink
Merge pull request #70 from btalayeminaei/expand_ruby_ci_matrix
Browse files Browse the repository at this point in the history
Expand CI matrix for Ruby
  • Loading branch information
rmm5t authored Sep 22, 2024
2 parents ee90fbc + 61e52f7 commit 9c08347
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.7", "3.0", "3.1"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
gemfile:
- activemodel-6.0
- activemodel-6.1
Expand All @@ -22,7 +22,6 @@ jobs:
- { ruby: "2.4", gemfile: "activemodel-4.2" }
- { ruby: "2.5", gemfile: "activemodel-5.2" }
- { ruby: "2.6", gemfile: "activemodel-6.1" }
- { ruby: "3.2", gemfile: "activemodel-7.0" }
- { ruby: "3.3", gemfile: "activemodel-7.1" }

env:
Expand Down

0 comments on commit 9c08347

Please sign in to comment.