Skip to content

Commit

Permalink
Merge pull request #68 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 abccf29 + 3d00de1 commit 9703e64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: '3.4'
rubygems: latest
bundler-cache: true
- name: RuboCop
Expand Down
9 changes: 8 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: [am_7.0, am_7.1, am_7.2, am_8.0]
channel: [stable]

Expand All @@ -29,6 +29,10 @@ jobs:
gemfile: am_edge
channel: experimental

- ruby-version: '3.4'
gemfile: am_edge
channel: experimental

- ruby-version: 'head'
gemfile: am_7.1
channel: experimental
Expand All @@ -51,6 +55,9 @@ jobs:
- ruby-version: '3.1'
gemfile: am_8.0

- ruby-version: '3.4'
gemfile: am_7.0

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

Expand Down

0 comments on commit 9703e64

Please sign in to comment.