From 6b95b15252265f599a2b52640f94b0d3c1ff015a Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 16 Jan 2024 09:14:44 +0100 Subject: [PATCH] Update github actions to use py3.10/3.11 for Ubuntu 22.04 support --- .github/workflows/index-update.yaml | 2 +- .github/workflows/pack-bootstrap_repo.yaml | 4 +--- .github/workflows/pack-build_and_test.yaml | 6 +++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/index-update.yaml b/.github/workflows/index-update.yaml index 70a539df..202b4fd9 100644 --- a/.github/workflows/index-update.yaml +++ b/.github/workflows/index-update.yaml @@ -42,7 +42,7 @@ on: python-version: required: false type: string - default: "3.6" + default: "3.8" jobs: regenerate_index: diff --git a/.github/workflows/pack-bootstrap_repo.yaml b/.github/workflows/pack-bootstrap_repo.yaml index 9c34c24e..2c925bd9 100644 --- a/.github/workflows/pack-bootstrap_repo.yaml +++ b/.github/workflows/pack-bootstrap_repo.yaml @@ -18,7 +18,6 @@ on: pack_description: type: string required: true - homepage: type: string required: false @@ -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 diff --git a/.github/workflows/pack-build_and_test.yaml b/.github/workflows/pack-build_and_test.yaml index 8d02e1bf..092c5fa7 100644 --- a/.github/workflows/pack-build_and_test.yaml +++ b/.github/workflows/pack-build_and_test.yaml @@ -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 @@ -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: