Skip to content

Commit f105337

Browse files
committed
(CAT-2378) use puppetcore8 nightly
1 parent 5d36af3 commit f105337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
strategy:
1818
fail-fast: false
19-
matrix: {'platform':['rhel-8', 'debian-11'],'collection':['puppetcore8']}
19+
matrix: {'platform':['rhel-8', 'debian-11'],'collection':['puppetcore8-nightly']}
2020

2121
steps:
2222
- name: "Install Twingate"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
strategy:
1616
fail-fast: false
17-
matrix: {'platform':['rhel-8', 'debian-11'],'collection':['puppetcore8']}
17+
matrix: {'platform':['rhel-8', 'debian-11'],'collection':['puppetcore8-nightly']}
1818

1919
steps:
2020
- name: "Install Twingate"

0 commit comments

Comments
 (0)