Skip to content

Commit 1a27b41

Browse files
committed
MODULES-11577 chore(ruby): upgrade Ruby from 2.7 to 3.1
1 parent 903b4d0 commit 1a27b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- name: Checkout Source
2121
uses: actions/checkout@v3
2222

23-
- name: Activate Ruby 2.7
23+
- name: Activate Ruby 3.1
2424
uses: ruby/setup-ruby@v1
2525
with:
26-
ruby-version: "2.7"
26+
ruby-version: "3.1"
2727
bundler-cache: true
2828

2929
- name: Print bundle environment

0 commit comments

Comments
 (0)