Skip to content

Commit

Permalink
Add Ruby 3.4 to CI test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrir-naru committed Feb 2, 2025
1 parent 0b383fe commit ce76aea
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 @@ -9,7 +9,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.3, 2.4, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3]
ruby: [2.3, 2.4, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4]
exclude:
- os: windows-latest
ruby: 2.3
Expand Down

0 comments on commit ce76aea

Please sign in to comment.