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 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 :
Original file line number Diff line number Diff 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+
1720Fixed
1821~~~~~
1922* Fixed CircleCI tests by pinning lerna@6.0.0. #1008
You can’t perform that action at this time.
0 commit comments