Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: "Install Ruby ${{matrix.puppet.ruby_version}}"
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.8
ruby-version: 3.4.8
bundler-cache: true
- run: |
bundle show
Expand All @@ -50,7 +50,7 @@ jobs:
- name: 'Install Ruby ${{matrix.puppet.ruby_version}}'
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.8
ruby-version: 3.4.8
bundler-cache: true
- name: 'Ensure executables are installed'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag_deploy_rubygem__github-rpms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
echo "release_command=$GEM_RELEASE_COMMAND" | tee -a "$GITHUB_OUTPUT"
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.8
ruby-version: 3.4.8
bundler-cache: true
- name: Test build the package
run: "${{ steps.commands.outputs.build_command }}"
Expand Down
Loading