Skip to content

Commit 01041ea

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
Integration:
1313
needs: "Spec"
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
strategy:
1616
fail-fast: false
1717
matrix: {'platform':['rhel-8', 'debian-11'],'collection':['puppet7-nightly', 'puppet8-nightly']}
@@ -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)