Skip to content

Commit

Permalink
Merge pull request #104 from ksss/ruby-3.4
Browse files Browse the repository at this point in the history
Support ruby 3.4
  • Loading branch information
ksss authored Feb 3, 2025
2 parents d175493 + 12827c9 commit a05bc19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
env:
BUNDLE_WITHOUT: steep
RUBYOPT: ${{ matrix.ruby == '3.4' && '--parser=parse.y' || '' }}
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down

0 comments on commit a05bc19

Please sign in to comment.