Skip to content

(MODULES-11710) Add Puppet 9 support #471

(MODULES-11710) Add Puppet 9 support

(MODULES-11710) Add Puppet 9 support #471

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
Spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
with:
# patron (a faraday-patron/faraday_middleware transitive dep pulled in by
# puppet_litmus's winrm chain) needs libcurl dev headers to build its native extension.
additional_packages: "libcurl4-openssl-dev"
secrets: "inherit"
Acceptance:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
with:
flags: "--nightly --collection-platform-exclude 9:ubuntu-20.04"
secrets: "inherit"