diff --git a/.circleci/config.yml b/.circleci/config.yml index c320c0a20..0375eef78 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,8 +12,8 @@ jobs: image: ubuntu-2204:2023.04.2 environment: DEPLOY_PACKAGES: 1 - DEB: bionic focal - RPM: el7 el8 + DEB: focal + RPM: el8 el9 ST2_VERSION: "3.9dev" ST2_HOST: localhost ST2_PROTOCOL: http @@ -153,7 +153,7 @@ jobs: - image: ruby:2.7 environment: ARTIFACTS: /home/circleci/artifacts - DISTROS: bionic focal el7 el8 + DISTROS: focal el8 el9 steps: - checkout - attach_workspace: diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd31a972a..4e7b4fe1b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,9 @@ Changed Contributed by @enykeev +* Add support for EL9. Removed support for bionic and el7. #1027 + Contributed by @amanda11 + Fixed ~~~~~ * Fixed CircleCI tests by pinning lerna@6.0.0. #1008