We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f6e59 commit efd0acbCopy full SHA for efd0acb
2 files changed
.github/workflows/pr_tests.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: "Install Ruby ${{matrix.puppet.ruby_version}}"
37
uses: ruby/setup-ruby@v1
38
with:
39
- ruby-version: 2.7.8
+ ruby-version: 3.4.7
40
bundler-cache: true
41
- run: |
42
bundle show
@@ -50,7 +50,7 @@ jobs:
50
- name: 'Install Ruby ${{matrix.puppet.ruby_version}}'
51
52
53
54
55
- name: 'Ensure executables are installed'
56
run: |
.github/workflows/tag_deploy_rubygem__github-rpms.yml
@@ -93,7 +93,7 @@ jobs:
93
echo "release_command=$GEM_RELEASE_COMMAND" | tee -a "$GITHUB_OUTPUT"
94
- uses: ruby/setup-ruby@v1
95
96
97
98
- name: Test build the package
99
run: "${{ steps.commands.outputs.build_command }}"
0 commit comments