Skip to content

Commit a476983

Browse files
authored
Merge pull request #86 from ifad/chore/ruby-4
Test against Ruby 4.0
2 parents a6c92b4 + fcc7423 commit a476983

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: '3.4'
22+
ruby-version: '4.0'
2323
rubygems: latest
2424
bundler-cache: true
2525
- name: RuboCop

.github/workflows/ruby.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
19+
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4', '4.0']
2020
gemfile: [am_7.0, am_7.1, am_7.2, am_8.0, am_8.1]
2121
channel: [stable]
2222

@@ -33,6 +33,10 @@ jobs:
3333
gemfile: am_edge
3434
channel: experimental
3535

36+
- ruby-version: '4.0'
37+
gemfile: am_edge
38+
channel: experimental
39+
3640
- ruby-version: 'head'
3741
gemfile: am_7.1
3842
channel: experimental
@@ -65,6 +69,13 @@ jobs:
6569
- ruby-version: '3.4'
6670
gemfile: am_7.0
6771

72+
- ruby-version: '4.0'
73+
gemfile: am_7.0
74+
- ruby-version: '4.0'
75+
gemfile: am_7.1
76+
- ruby-version: '4.0'
77+
gemfile: am_7.2
78+
6879
env:
6980
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
7081

0 commit comments

Comments
 (0)