Skip to content

Commit

Permalink
Merge pull request #34 from ifad/chore/minor-changes
Browse files Browse the repository at this point in the history
Test against Ruby 3.3
  • Loading branch information
tagliala authored Jan 1, 2024
2 parents 7ec6797 + 866f062 commit ee871ee
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,20 @@ jobs:

strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
gemfile: [am_6.0, am_6.1, am_7.0, am_7.1]
channel: [stable]

include:
- ruby-version: '2.7'
gemfile: am_edge
channel: experimental

- ruby-version: '3.0'
- ruby-version: '3.1'
gemfile: am_edge
channel: experimental

- ruby-version: '3.1'
- ruby-version: '3.2'
gemfile: am_edge
channel: experimental

- ruby-version: '3.2'
- ruby-version: '3.3'
gemfile: am_edge
channel: experimental

Expand Down Expand Up @@ -63,6 +59,11 @@ jobs:
- ruby-version: '3.2'
gemfile: am_6.1

- ruby-version: '3.3'
gemfile: am_6.0
- ruby-version: '3.3'
gemfile: am_6.1

env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
TEST_CONFIG: ./spec/config.github.yml
Expand Down

0 comments on commit ee871ee

Please sign in to comment.