Skip to content

Commit

Permalink
Merge pull request #343 from ifad/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 f554d96 + 8fd08f1 commit 0eb14d6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3']
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
gemfile: [rails_7.0, rails_7.1, rails_7.2, rails_8.0]
postgres-version: ['16']
channel: ['stable']
Expand All @@ -36,6 +36,10 @@ jobs:
gemfile: rails_edge
postgres-version: '16'
channel: 'experimental'
- ruby-version: '3.4'
gemfile: rails_edge
postgres-version: '16'
channel: 'experimental'
- ruby-version: 'head'
gemfile: rails_7.1
postgres-version: '16'
Expand All @@ -60,6 +64,8 @@ jobs:
gemfile: rails_8.0
- ruby-version: '3.1'
gemfile: rails_8.0
- ruby-version: '3.4'
gemfile: rails_7.0
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
TEST_CONFIG: ./spec/config.github.yml
Expand Down

0 comments on commit 0eb14d6

Please sign in to comment.