Skip to content

Commit

Permalink
Merge pull request #31 from ksss/ruby-3.4
Browse files Browse the repository at this point in the history
Try ruby 3.4
  • Loading branch information
ksss authored Jan 31, 2025
2 parents 97b6ab6 + 46d7829 commit 812ec97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ jobs:
exclude:
- ruby: '3.1'
rails_version: '8.0'
include:
- ruby: '3.4'
rails_version: '7.2'
- ruby: '3.4'
rails_version: '8.0'
env:
RAILS_VERSION: ${{ matrix.rails_version }}
RUBYOPT: ${{ matrix.ruby == '3.4' && '--parser=parse.y' || '' }}
steps:
- uses: actions/checkout@v2
- name: Remove Gemfile.lock for CI
Expand Down

0 comments on commit 812ec97

Please sign in to comment.