We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
2 parents a614154 + c16686a commit a4e2cb7Copy full SHA for a4e2cb7
.circleci/config.yml
@@ -12,8 +12,8 @@ jobs:
12
image: ubuntu-2204:2023.04.2
13
environment:
14
DEPLOY_PACKAGES: 1
15
- DEB: bionic focal
16
- RPM: el7 el8
+ DEB: focal
+ RPM: el8 el9
17
ST2_VERSION: "3.9dev"
18
ST2_HOST: localhost
19
ST2_PROTOCOL: http
@@ -153,7 +153,7 @@ jobs:
153
- image: ruby:2.7
154
155
ARTIFACTS: /home/circleci/artifacts
156
- DISTROS: bionic focal el7 el8
+ DISTROS: focal el8 el9
157
steps:
158
- checkout
159
- attach_workspace:
CHANGELOG.rst
@@ -14,6 +14,9 @@ Changed
Contributed by @enykeev
+* Add support for EL9. Removed support for bionic and el7. #1027
+ Contributed by @amanda11
+
20
Fixed
21
~~~~~
22
* Fixed CircleCI tests by pinning lerna@6.0.0. #1008
0 commit comments