Skip to content

Commit

Permalink
Add Ruby 3.3 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Dec 26, 2023
1 parent 726df45 commit f080e27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -22,6 +22,7 @@ jobs:
- ruby: "3.0"
- ruby: "3.1"
- ruby: "3.2"
- ruby: "3.3"
### TEST RAILS VERSIONS
- ruby: "2.6"
env:
Expand All @@ -32,10 +33,10 @@ jobs:
- ruby: "2.6"
env:
RAILS_VERSION: "6.1"
- ruby: "3.2"
- ruby: "3.3"
env:
RAILS_VERSION: "7.0"
- ruby: "3.2"
- ruby: "3.3"
env:
RAILS_VERSION: "7.1"

Expand Down

0 comments on commit f080e27

Please sign in to comment.