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 4c3e5fb commit f90ce76Copy full SHA for f90ce76
.github/workflows/nightly.yml
@@ -27,11 +27,11 @@ jobs:
27
ref: ${{ github.event.pull_request.head.sha }}
28
if: ${{ github.repository_owner == 'puppetlabs' }}
29
30
- - name: Activate Ruby 2.7
+ - name: Activate Ruby 3.1
31
uses: ruby/setup-ruby@v1
32
33
with:
34
- ruby-version: "2.7"
+ ruby-version: "3.1"
35
bundler-cache: true
36
37
- name: Print bundle environment
@@ -67,10 +67,10 @@ jobs:
67
68
69
70
71
72
73
74
75
76
0 commit comments