Skip to content

Commit

Permalink
Merge pull request #1027 from StackStorm/add_el9
Browse files Browse the repository at this point in the history
Remove EL7 bionic and add el9
  • Loading branch information
amanda11 authored Oct 24, 2024
2 parents a614154 + c16686a commit a4e2cb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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

0 comments on commit a4e2cb7

Please sign in to comment.