diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6acc760..2e868c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 646ddbe..1dfa8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Update CI platforms + ## 10.1.20 - *2024-11-18* - Update test matrix check success of the integration stage