Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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.8", "3.9", "3.10"]'
default: '["3.9", "3.10", "3.11"]'
enable-common-libs:
description: |
When true, use an st2.conf that sets packs.enable_common_libs=true
Expand All @@ -39,7 +39,7 @@ jobs:
build_and_test:
runs-on: ubuntu-22.04
# When parent workflow is named "Build and Test" this shows up as:
# "Build and Test / Python 3.8,3.9,3.10"
# "Build and Test / Python 3.9,3.10,3.11"
name: 'Python ${{ matrix.python-version }}'
strategy:
matrix:
Expand Down