Skip to content

Commit

Permalink
Test against Ruby 3.3 in CI
Browse files Browse the repository at this point in the history
Since Ruby 3.3 is the default Ruby version when using the
`ruby` / `ruby@3` Homebrew package aliases, so has a high
chance of being what people are now using locally.
  • Loading branch information
edmorley committed Feb 15, 2024
1 parent 9ab310f commit 21f8df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.7", "3.0", "3.1", "3.2"]
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
runs-on: ubuntu-22.04
env:
HATCHET_APP_LIMIT: 100
Expand Down

0 comments on commit 21f8df4

Please sign in to comment.