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 7851a5e commit d4b3605Copy full SHA for d4b3605
.github/workflows/integration_test.yml
@@ -19,11 +19,11 @@ jobs:
19
uses: actions/checkout@v3
20
if: ${{ github.repository_owner == 'puppetlabs' }}
21
22
- - name: Activate Ruby 2.7
+ - name: Activate Ruby 3.2
23
uses: ruby/setup-ruby@v1
24
25
with:
26
- ruby-version: "2.7"
+ ruby-version: "3.2"
27
bundler-cache: true
28
29
- name: Print bundle environment
@@ -61,10 +61,10 @@ jobs:
61
- name: Checkout Source
62
63
64
65
66
67
68
69
70
0 commit comments