Skip to content

Commit

Permalink
Fix CI tests to avoid trying to install Puppet 8.24 which doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Nov 28, 2023
1 parent e70f519 commit 3c582d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
include: ${{fromJson(needs.setup_matrix.outputs.puppet_unit_test_matrix)}}
env:
BUNDLE_WITHOUT: development:system_tests:release
PUPPET_GEM_VERSION: "~> ${{ matrix.puppet }}.24"
PUPPET_GEM_VERSION: "~> ${{ matrix.puppet }}.0"
name: ${{ matrix.puppet }} (Ruby ${{ matrix.ruby }})
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3c582d9

Please sign in to comment.