8000 Update CI platforms (#281) · sous-chefs/nodejs@ee12f21 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Update CI platforms (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus authored Nov 19, 2024
1 parent 339df19 commit ee12f21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,29 @@ jobs:
strategy:
matrix:
os:
- "almalinux-8"
- "amazonlinux-2"
- "centos-7"
- "centos-stream-8"
- "debian-10"
- "almalinux-9"
- "amazonlinux-2023"
- "centos-stream-9"
- "centos-stream-10"
- "debian-11"
- "debian-12"
- "fedora-latest"
- "opensuse-leap-15"
- "rockylinux-8"
- "ubuntu-1804"
- "ubuntu-2004"
- "ubuntu-2204"
- "ubuntu-2404"
suite:
- "default"
- "npm-embedded"
- "package"
- "source"
exclude:
- os: "amazonlinux-2"
suite: "source"
- os: "centos-7"
- os: "amazonlinux-2023"
suite: "source"
- os: "fedora-latest"
suite: "source"
- os: "opensuse-leap-15"
suite: "source"
- os: "ubuntu-1804"
suite: "source"
fail-fast: false

steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Update CI platforms

## 10.1.20 - *2024-11-18*

- Update test matrix check success of the integration stage
Expand Down

0 comments on commit ee12f21

Please sign in to comment.
0