Skip to content

Commit 5fd5cab

Browse files
(PE-41319) bump rest of ruby versions
1 parent fbd1322 commit 5fd5cab

21 files changed

+44
-44
lines changed

.github/workflows/test-add-compiler-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
steps:
4242
- name: Checkout Source
4343
uses: actions/checkout@v4
44-
- name: Activate Ruby 2.7
44+
- name: Activate Ruby 3.1
4545
uses: ruby/setup-ruby@v1
4646
with:
47-
ruby-version: '2.7'
47+
ruby-version: '3.1'
4848
bundler-cache: true
4949
- name: Print bundle environment
5050
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/test-add-compiler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
SSH_PASS: ${{ secrets.SSH_PASS }}
4343
- name: Checkout Source
4444
uses: actions/checkout@v4
45-
- name: Activate Ruby 2.7
45+
- name: Activate Ruby 3.1
4646
uses: ruby/setup-ruby@v1
4747
with:
48-
ruby-version: '2.7'
48+
ruby-version: '3.1'
4949
bundler-cache: true
5050
- name: Print bundle environment
5151
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/test-add-replica-matrix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
steps:
4242
- name: Checkout Source
4343
uses: actions/checkout@v4
44-
- name: Activate Ruby 2.7
44+
- name: Activate Ruby 3.1
4545
uses: ruby/setup-ruby@v1
4646
with:
47-
ruby-version: '2.7'
47+
ruby-version: '3.1'
4848
bundler-cache: true
4949
- name: Print bundle environment
5050
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/test-add-replica.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
SSH_PASS: ${{ secrets.SSH_PASS }}
4343
- name: Checkout Source
4444
uses: actions/checkout@v4
45-
- name: Activate Ruby 2.7
45+
- name: Activate Ruby 3.1
4646
uses: ruby/setup-ruby@v1
4747
with:
48-
ruby-version: '2.7'
48+
ruby-version: '3.1'
4949
bundler-cache: true
5050
- name: Print bundle environment
5151
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/test-backup-restore-migration.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
SSH_PASS: ${{ secrets.SSH_PASS }}
3838
- name: Checkout Source
3939
uses: actions/checkout@v4
40-
- name: Activate Ruby 2.7
40+
- name: Activate Ruby 3.1
4141
uses: ruby/setup-ruby@v1
4242
with:
43-
ruby-version: '2.7'
43+
ruby-version: '3.1'
4444
bundler-cache: true
4545
- name: Print bundle environment
4646
if: ${{ github.repository_owner == 'puppetlabs' }}
@@ -146,10 +146,10 @@ jobs:
146146
steps:
147147
- name: Checkout Source
148148
uses: actions/checkout@v4
149-
- name: Activate Ruby 2.7
149+
- name: Activate Ruby 3.1
150150
uses: ruby/setup-ruby@v1
151151
with:
152-
ruby-version: '2.7'
152+
ruby-version: '3.1'
153153
bundler-cache: true
154154
- name: Print bundle environment
155155
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/test-backup-restore.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
SSH_PASS: ${{ secrets.SSH_PASS }}
4848
- name: Checkout Source
4949
uses: actions/checkout@v4
50-
- name: Activate Ruby 2.7
50+
- name: Activate Ruby 3.1
5151
uses: ruby/setup-ruby@v1
5252
with:
53-
ruby-version: '2.7'
53+
ruby-version: '3.1'
5454
bundler-cache: true
5555
- name: Print bundle environment
5656
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/test-failover.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
SSH_PASS: ${{ secrets.SSH_PASS }}
4747
- name: Checkout Source
4848
uses: actions/checkout@v4
49-
- name: Activate Ruby 2.7
49+
- name: Activate Ruby 3.1
5050
uses: ruby/setup-ruby@v1
5151
with:
52-
ruby-version: '2.7'
52+
ruby-version: '3.1'
5353
bundler-cache: true
5454
- name: Print bundle environment
5555
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/test-fips-install-matrix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
steps:
4444
- name: Checkout Source
4545
uses: actions/checkout@v4
46-
- name: Activate Ruby 2.7
46+
- name: Activate Ruby 3.1
4747
uses: ruby/setup-ruby@v1
4848
with:
49-
ruby-version: '2.7'
49+
ruby-version: '3.1'
5050
bundler-cache: true
5151
- name: Print bundle environment
5252
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/test-install-latest-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
SSH_PASS: ${{ secrets.SSH_PASS }}
4646
- name: Checkout Source
4747
uses: actions/checkout@v4
48-
- name: Activate Ruby 2.7
48+
- name: Activate Ruby 3.1
4949
uses: ruby/setup-ruby@v1
5050
with:
51-
ruby-version: '2.7'
51+
ruby-version: '3.1'
5252
bundler-cache: true
5353
- name: Print bundle environment
5454
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/test-install-latest-xlarge-dev-nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
SSH_PASS: ${{ secrets.SSH_PASS }}
3232
- name: Checkout Source
3333
uses: actions/checkout@v4
34-
- name: Activate Ruby 2.7
34+
- name: Activate Ruby 3.1
3535
uses: ruby/setup-ruby@v1
3636
with:
37-
ruby-version: '2.7'
37+
ruby-version: '3.1'
3838
bundler-cache: true
3939
- name: Print bundle environment
4040
if: ${{ github.repository_owner == 'puppetlabs' }}

0 commit comments

Comments
 (0)