Skip to content

Commit

Permalink
remove nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 19, 2024
1 parent 9b2ee9a commit afa5917
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,10 +39,10 @@ jobs:
- name: Setup Integration Test Matrix
id: get-matrix
run: |
echo "matrix={'platform':['centos-stream8'],'collection':['puppet7-nightly', 'puppet8-nightly']}" >> $GITHUB_OUTPUT
echo "matrix={'platform':['centos-stream8'],'collection':['puppet7', 'puppet8']}" >> $GITHUB_OUTPUT
acceptance:
name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection}})"
name: "Acceptance tests (${{matrix.platform.label}}, ${{matrix.collection}})"
needs:
- setup_matrix
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
Expand Down

0 comments on commit afa5917

Please sign in to comment.