Skip to content

Commit

Permalink
Merge pull request #202 from PikachuEXE/dev/ci-ruby-33
Browse files Browse the repository at this point in the history
Update CI to run tests against ruby 3.3
  • Loading branch information
JonathanTron authored Jan 3, 2024
2 parents c99bef1 + 15c9711 commit b7f5494
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
# - "jruby"
include:
- ruby: "2.6"
Expand All @@ -66,6 +67,8 @@ jobs:
rails: "6.1"
- ruby: "3.2"
rails: "6.1"
- ruby: "3.3"
rails: "6.1"
- ruby: "2.6"
rails: "7.0"
- ruby: "jruby"
Expand Down

0 comments on commit b7f5494

Please sign in to comment.