Skip to content

Commit d2bbaab

Browse files
(PE-40707) use ruby 3.2
1 parent c3eebc5 commit d2bbaab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-migration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
uses: actions/checkout@v4
5858
with:
5959
ref: ${{ github.head_ref }}
60-
- name: Activate Ruby 2.7
60+
- name: Activate Ruby 3.2
6161
uses: ruby/setup-ruby@v1
6262
with:
63-
ruby-version: '2.7'
63+
ruby-version: '3.2'
6464
bundler-cache: true
6565
- name: Print bundle environment
6666
if: ${{ github.repository_owner == 'puppetlabs' }}

0 commit comments

Comments
 (0)