Skip to content

Commit

Permalink
Merge pull request #2295 from andrehjr/add-ruby33-gh-actions
Browse files Browse the repository at this point in the history
Add Ruby 3.3.0 to GH Actions
  • Loading branch information
andrehjr committed Dec 25, 2023
2 parents d5a1f1c + a1780bb commit 68203c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -36,6 +36,7 @@ jobs:
- '3.0'
- 3.1
- 3.2
- 3.3
- head
- jruby-9.3.3.0
# - jruby-head
Expand All @@ -54,6 +55,8 @@ jobs:
ruby: '3.1'
- os: windows-latest
ruby: '3.2'
- os: windows-latest
ruby: '3.3'
- os: windows-latest
ruby: 'head'

Expand Down

0 comments on commit 68203c6

Please sign in to comment.