Skip to content

Commit

Permalink
Merge pull request #324 from enriclluelles/chore/test-ruby-34
Browse files Browse the repository at this point in the history
Test against Ruby 3.4
  • Loading branch information
tagliala authored Dec 25, 2024
2 parents e4fbb15 + c77d163 commit 4ca5a97
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.2', '3.3']
ruby-version: ['3.1', '3.2', '3.3', '3.4']
gemfile: [rails_6.1, rails_7.0, rails_7.1, rails_7.2, rails_8.0]
channel: ['stable']

Expand All @@ -26,6 +26,9 @@ jobs:
- ruby-version: '3.3'
gemfile: rails_edge
channel: 'experimental'
- ruby-version: '3.4'
gemfile: rails_edge
channel: 'experimental'
- ruby-version: 'head'
gemfile: rails_7.1
channel: 'experimental'
Expand All @@ -46,6 +49,10 @@ jobs:
gemfile: rails_6.1
- ruby-version: '3.3'
gemfile: rails_6.1
- ruby-version: '3.4'
gemfile: rails_6.1
- ruby-version: '3.4'
gemfile: rails_7.0

env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit 4ca5a97

Please sign in to comment.