Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove EL7 bionic and add el9 #1027

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]. #1008
Expand Down