We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3eebc5 commit d2bbaabCopy full SHA for d2bbaab
.github/workflows/test-migration.yaml
@@ -57,10 +57,10 @@ jobs:
57
uses: actions/checkout@v4
58
with:
59
ref: ${{ github.head_ref }}
60
- - name: Activate Ruby 2.7
+ - name: Activate Ruby 3.2
61
uses: ruby/setup-ruby@v1
62
63
- ruby-version: '2.7'
+ ruby-version: '3.2'
64
bundler-cache: true
65
- name: Print bundle environment
66
if: ${{ github.repository_owner == 'puppetlabs' }}
0 commit comments