Skip to content

Commit

Permalink
Merge pull request #112 from aozorahack/ga-ruby-33
Browse files Browse the repository at this point in the history
GitHub Actions: support Ruby 3.3
  • Loading branch information
takahashim authored Jan 31, 2024
2 parents 3c4b044 + bbc6531 commit 50e0830
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 50e0830

Please sign in to comment.