Skip to content

Commit

Permalink
Add Ruby 3.3 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Apr 2, 2024
1 parent 35a7e82 commit 905aae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.2", "3.1", "3.0", "2.7", "2.6", "jruby-9.3.6.0"]
ruby: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "jruby-9.3.6.0"]
runs-on: ubuntu-latest
env:
LOW_TIMEOUT: "0.01"
Expand Down

0 comments on commit 905aae9

Please sign in to comment.