File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 12
12
image : ubuntu-2204:2023.04.2
13
13
environment :
14
14
DEPLOY_PACKAGES : 1
15
- DEB : bionic focal
16
- RPM : el7 el8
15
+ DEB : focal
16
+ RPM : el8 el9
17
17
ST2_VERSION : " 3.9dev"
18
18
ST2_HOST : localhost
19
19
ST2_PROTOCOL : http
@@ -153,7 +153,7 @@ jobs:
153
153
- image : ruby:2.7
154
154
environment :
155
155
ARTIFACTS : /home/circleci/artifacts
156
- DISTROS : bionic focal el7 el8
156
+ DISTROS : focal el8 el9
157
157
steps :
158
158
- checkout
159
159
- attach_workspace :
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ Changed
14
14
15
15
Contributed by @enykeev
16
16
17
+ * Add support for EL9. Removed support for bionic and el7. #1027
18
+ Contributed by @amanda11
19
+
17
20
Fixed
18
21
~~~~~
19
22
* Fixed CircleCI tests by pinning lerna@6.0.0. #1008
You can’t perform that action at this time.
0 commit comments