Skip to content

Commit

Permalink
GitHub Actions: support Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Jan 31, 2024
1 parent 3c4b044 commit bbc6531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.2', '3.1', '3.0', '2.7' ]
ruby: [ '3.3', '3.2', '3.1', '3.0', '2.7' ]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: windows-latest
Expand Down

0 comments on commit bbc6531

Please sign in to comment.