Skip to content

Commit

Permalink
Update tests to run with Ruby 3.2 and 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabby committed Sep 24, 2024
1 parent c61db6d commit d3b6dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version: [3.0, 3.1]
ruby_version: [3.0, 3.1, 3.2, 3.3]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit d3b6dfa

Please sign in to comment.