Skip to content

Commit 71e124f

Browse files
authored
Merge pull request #743 from puppetlabs/update-worflow
remove puppet5 from ubuntu18_pr workflow
2 parents 38f8230 + dd24e18 commit 71e124f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ubuntu18_pr.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@ jobs:
1212
- ubuntu-18.04
1313
- ubuntu-20.04
1414
collection:
15-
- puppet5
16-
- puppet6
15+
- puppet6-nightly
1716
- puppet7-nightly
18-
exclude:
19-
# newer OS not supported on older agent
20-
- platform: ubuntu-20.04
21-
collection: puppet5
2217

2318
runs-on: ${{ matrix.platform }}
2419

@@ -42,7 +37,7 @@ jobs:
4237
4338
- name: Prepare inventory file
4439
run: |
45-
cat <<EOF >> inventory.yaml
40+
cat <<EOF >> spec/fixtures/litmus_inventory.yaml
4641
---
4742
version: 2
4843
groups:

0 commit comments

Comments
 (0)