Skip to content

Commit

Permalink
Set gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 20, 2024
1 parent b5597e0 commit c721769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Integration Test Matrix
id: get-matrix
run: |
echo "matrix={'platform':['centos-stream8'],'collection':['puppet7', 'puppet8']}" >> $GITHUB_OUTPUT
echo "matrix={'platform':['centos-stream8'],'collection':['puppet7', 'puppet8'],'gem_version':['~> 7.31', '~> 8.7']}" >> $GITHUB_OUTPUT
acceptance:
name: "Acceptance tests (${{matrix.platform}}, ${{matrix.collection}})"
Expand All @@ -53,7 +53,7 @@ jobs:
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}

env:
PUPPET_GEM_VERSION: '~> 8.7'
PUPPET_GEM_VERSION: ${{matrix.gem_version}}
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set?

steps:
Expand Down

0 comments on commit c721769

Please sign in to comment.