Skip to content

Commit a4e2cb7

Browse files
authoredOct 24, 2024··
Merge pull request #1027 from StackStorm/add_el9
Remove EL7 bionic and add el9
2 parents a614154 + c16686a commit a4e2cb7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
 

‎.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
image: ubuntu-2204:2023.04.2
1313
environment:
1414
DEPLOY_PACKAGES: 1
15-
DEB: bionic focal
16-
RPM: el7 el8
15+
DEB: focal
16+
RPM: el8 el9
1717
ST2_VERSION: "3.9dev"
1818
ST2_HOST: localhost
1919
ST2_PROTOCOL: http
@@ -153,7 +153,7 @@ jobs:
153153
- image: ruby:2.7
154154
environment:
155155
ARTIFACTS: /home/circleci/artifacts
156-
DISTROS: bionic focal el7 el8
156+
DISTROS: focal el8 el9
157157
steps:
158158
- checkout
159159
- attach_workspace:

‎CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Changed
1414

1515
Contributed by @enykeev
1616

17+
* Add support for EL9. Removed support for bionic and el7. #1027
18+
Contributed by @amanda11
19+
1720
Fixed
1821
~~~~~
1922
* Fixed CircleCI tests by pinning lerna@6.0.0. #1008

0 commit comments

Comments
 (0)
Please sign in to comment.