Skip to content

Commit

Permalink
Install old bundler for Puppet 7/Ruby 2
Browse files Browse the repository at this point in the history
  • Loading branch information
op-ct committed Aug 7, 2024
1 parent d7a5a41 commit 33b63f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
- label: 'Puppet 7.x [SIMP 6.6/PE 2021.7]'
puppet_version: '~> 7.0'
ruby_version: '2.7'
gem_install_bundler_flags: '-v 2.4.22'
experimental: false
nodeset: default
- label: 'Puppet 8.x'
puppet_version: '~> 8.0'
ruby_version: 3.1
gem_install_bundler_flags: ''
experimental: true
nodeset: default_ruby3_1
fail-fast: false
Expand All @@ -40,7 +42,7 @@ jobs:
sudo systemctl start rng-tools
- name: install bundler
run: |
gem install bundler
gem install bundler ${{matrix.puppet.gem_install_bundler_flags}}
bundle update
- name: install docker
run: |
Expand Down

0 comments on commit 33b63f6

Please sign in to comment.