Skip to content

MODULES-11577 chore(ruby): upgrade Ruby from 2.7 to 3.1 #488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
MODULES-11577 chore(ruby): upgrade Ruby from 2.7 to 3.1
  • Loading branch information
imaqsood committed Jun 11, 2025
commit f90ce76a6317521f3ff1b124221228e3b7daace8
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
if: ${{ github.repository_owner == 'puppetlabs' }}

- name: Activate Ruby 2.7
- name: Activate Ruby 3.1
uses: ruby/setup-ruby@v1
if: ${{ github.repository_owner == 'puppetlabs' }}
with:
ruby-version: "2.7"
ruby-version: "3.1"
bundler-cache: true

- name: Print bundle environment
Expand Down Expand Up @@ -67,10 +67,10 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Activate Ruby 2.7
- name: Activate Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.1"
bundler-cache: true

- name: Print bundle environment
Expand Down
Loading