Skip to content

Commit 0dd0ee8

Browse files
committed
update ci acceptance workflow
1 parent edac102 commit 0dd0ee8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@ jobs:
5555
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
5656

5757
runs-on: ubuntu-latest
58+
flags: "--latest-agent"
5859
strategy:
5960
fail-fast: false
6061
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}
6162

6263
env:
63-
PUPPET_GEM_VERSION: '~> 7.24'
64+
PUPPET_GEM_VERSION: ${{ matrix.puppet_version }}
6465
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
6566

6667
steps:

0 commit comments

Comments
 (0)