Skip to content

Commit

Permalink
Puppet 8 tests should use Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
silug committed Jun 5, 2024
1 parent 015f0cb commit 984e212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
experimental: false
- label: 'Puppet 8.x'
puppet_version: '~> 8.0'
ruby_version: 3.1
ruby_version: '3.2'
experimental: true
beaker:
- label: beaker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
experimental: false
- label: 'Puppet 8.x'
puppet_version: '~> 8.0'
ruby_version: 3.1
ruby_version: '3.2'
experimental: true
env:
PUPPET_VERSION: ${{matrix.puppet.puppet_version}}
Expand Down

0 comments on commit 984e212

Please sign in to comment.