Skip to content

Commit f78c5ba

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

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

1414
Integration:
1515
needs: "Spec"
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
strategy:
1818
fail-fast: false
1919
matrix: {'platform':['rhel-8', 'debian-11'],'collection':['puppet7-nightly', 'puppet8-nightly']}
@@ -22,10 +22,10 @@ jobs:
2222
- name: Checkout Source
2323
uses: actions/checkout@v3
2424

25-
- name: Activate Ruby 2.7
25+
- name: Activate Ruby 3.1
2626
uses: ruby/setup-ruby@v1
2727
with:
28-
ruby-version: "2.7"
28+
ruby-version: "3.1"
2929
bundler-cache: true
3030

3131
- name: Print bundle environment

.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)