Skip to content

Commit

Permalink
Update github actions to use py3.10/3.11 for Ubuntu 22.04 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh committed Jan 16, 2024
1 parent c0e888b commit 6b95b15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/index-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:
python-version:
required: false
type: string
default: "3.6"
default: "3.8"

jobs:
regenerate_index:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pack-bootstrap_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ on:
pack_description:
type: string
required: true

homepage:
type: string
required: false
Expand All @@ -40,12 +39,11 @@ on:
type: string
required: false
default: TSC

# make sure to update the python version if needed
required_check_context:
type: string
required: false
default: "Build and Test / Python 3.6"
default: "Build and Test / Python 3.8"
required_check_app_id:
type: string
required: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pack-build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
python-version:
required: false
type: string
default: '["3.6","3.8","3.9"]'
default: '["3.8", "3.9", "3.10", "3.11"]'
enable-common-libs:
description: |
When true, use an st2.conf that sets packs.enable_common_libs=true
Expand Down Expand Up @@ -74,11 +74,11 @@ jobs:

services:
mongo:
image: mongo:3.4
image: mongo:4.4
ports:
- 27017:27017
rabbitmq:
image: rabbitmq:3
image: rabbitmq:3.12
ports:
- 5672:5672
#redis:
Expand Down

0 comments on commit 6b95b15

Please sign in to comment.