Skip to content

Commit 94cf639

Browse files
authored
Merge pull request #152 from StackStorm-Exchange/nzlosh-patch-1
Build/Test: Bump to mongo 7.0 and remove py3.11
2 parents b6a8f22 + 0dd1d59 commit 94cf639

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pack-build_and_test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
python-version:
1515
required: false
1616
type: string
17-
default: '["3.8", "3.9", "3.10", "3.11"]'
17+
default: '["3.8", "3.9", "3.10"]'
1818
enable-common-libs:
1919
description: |
2020
When true, use an st2.conf that sets packs.enable_common_libs=true
@@ -39,7 +39,7 @@ jobs:
3939
build_and_test:
4040
runs-on: ubuntu-20.04
4141
# When parent workflow is named "Build and Test" this shows up as:
42-
# "Build and Test / Python 3.8,3.9,3.10,3.11"
42+
# "Build and Test / Python 3.8,3.9,3.10"
4343
name: 'Python ${{ matrix.python-version }}'
4444
strategy:
4545
matrix:
@@ -74,11 +74,11 @@ jobs:
7474

7575
services:
7676
mongo:
77-
image: mongo:4.4
77+
image: mongo:7.0
7878
ports:
7979
- 27017:27017
8080
rabbitmq:
81-
image: rabbitmq:3.12
81+
image: rabbitmq:4.0
8282
ports:
8383
- 5672:5672
8484
#redis:

0 commit comments

Comments
 (0)