Skip to content

Commit 1122ed7

Browse files
authored
Explicitly test against Ruby 4.0 now that head is Ruby 4.1 (#2207)
1 parent 7aa52e6 commit 1122ed7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Ruby
2525
uses: ruby/setup-ruby@v1
2626
with:
27-
ruby-version: "2.7"
27+
ruby-version: "4.0"
2828
bundler-cache: true
2929
- name: Run RuboCop
3030
run: bundle exec rake check:style
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "head"]
37+
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "4.0", "head"]
3838
steps:
3939
- uses: actions/checkout@v6
4040
- name: Set up Ruby
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Ruby
5454
uses: ruby/setup-ruby@v1
5555
with:
56-
ruby-version: "3.4"
56+
ruby-version: "4.0"
5757
bundler-cache: true
5858
- name: Profile Memory Allocation
5959
run: bundle exec rake check:memory

0 commit comments

Comments
 (0)