Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Dec 4, 2024
1 parent ccef7eb commit 48e4e99
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: ci

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.1.1
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@main
permissions:
actions: write
checks: write
Expand All @@ -23,19 +23,20 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [
"almalinux-8",
"almalinux-9",
"amazonlinux-2023",
"centos-stream-8",
"centos-stream-9",
"debian-11",
"debian-12",
"rockylinux-8",
"rockylinux-9",
"ubuntu-2204",
"ubuntu-2404",
]
os:
[
"almalinux-8",
"almalinux-9",
"amazonlinux-2023",
"centos-stream-8",
"centos-stream-9",
"debian-11",
"debian-12",
"rockylinux-8",
"rockylinux-9",
"ubuntu-2204",
"ubuntu-2404",
]
suite: ["distro", "repo", "repo-overrides"]
steps:
- uses: ./.github/actions/test-kitchen
Expand All @@ -49,14 +50,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [
"almalinux-8",
"almalinux-9",
"centos-stream-8",
"centos-stream-9",
"rockylinux-8",
"rockylinux-9",
]
os:
[
"almalinux-8",
"almalinux-9",
"centos-stream-8",
"centos-stream-9",
"rockylinux-8",
"rockylinux-9",
]
suite: ["epel"]
steps:
- uses: ./.github/actions/test-kitchen
Expand Down

0 comments on commit 48e4e99

Please sign in to comment.