Skip to content

Commit

Permalink
Update to python 3.9 and mongo 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ein-nor committed Dec 25, 2023
1 parent e16b8c8 commit 1d266b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
# Run st2 Integration tests
integration:
docker:
- image: circleci/python:3.6
- image: mongo:4.0
- image: circleci/python:3.9
- image: mongo:6.0
- image: rabbitmq:3
working_directory: ~/st2
steps:
Expand Down Expand Up @@ -79,8 +79,8 @@ jobs:
# Run st2 Lint Checks
lint:
docker:
- image: circleci/python:3.6
- image: mongo:4.0
- image: circleci/python:3.9
- image: mongo:6.0
- image: rabbitmq:3
working_directory: ~/st2
steps:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
resource_class: large
docker:
# The primary container is an instance of the first list image listed. Your build commands run in this container.
- image: circleci/python:3.6
- image: circleci/python:3.9
working_directory: ~/st2
environment:
- DISTROS: "bionic focal el7 el8"
Expand Down

0 comments on commit 1d266b0

Please sign in to comment.