Skip to content

Commit 99bffed

Browse files
authored
Merge pull request #488 from imaqsood/MODULES-11577
MODULES-11577 chore(ruby): upgrade Ruby from 2.7 to 3.1
2 parents 4c3e5fb + f90ce76 commit 99bffed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
ref: ${{ github.event.pull_request.head.sha }}
2828
if: ${{ github.repository_owner == 'puppetlabs' }}
2929

30-
- name: Activate Ruby 2.7
30+
- name: Activate Ruby 3.1
3131
uses: ruby/setup-ruby@v1
3232
if: ${{ github.repository_owner == 'puppetlabs' }}
3333
with:
34-
ruby-version: "2.7"
34+
ruby-version: "3.1"
3535
bundler-cache: true
3636

3737
- name: Print bundle environment
@@ -67,10 +67,10 @@ jobs:
6767
with:
6868
ref: ${{ github.event.pull_request.head.sha }}
6969

70-
- name: Activate Ruby 2.7
70+
- name: Activate Ruby 3.1
7171
uses: ruby/setup-ruby@v1
7272
with:
73-
ruby-version: "2.7"
73+
ruby-version: "3.1"
7474
bundler-cache: true
7575

7676
- name: Print bundle environment

0 commit comments

Comments
 (0)