Skip to content

chore(merge): update starbase (2026-06-18) #836

chore(merge): update starbase (2026-06-18)

chore(merge): update starbase (2026-06-18) #836

Workflow file for this run

name: QA
on:
push:
branches:
- "main"
- "feature/*"
- "hotfix/*"
- "release/*"
- "renovate/*"
pull_request:
jobs:
lint:
uses: canonical/starflow/.github/workflows/lint-python.yaml@main
test:
uses: canonical/starflow/.github/workflows/test-python.yaml@main
with:
fast-test-platforms: >
[
"ubuntu-22.04",
"ubuntu-24.04",
"ubuntu-24.04-arm",
"ubuntu-26.04",
"ubuntu-26.04-arm",
]
fast-test-python-versions: '["3.10", "3.12", "3.14"]'
slow-test-platforms: >
[
"ubuntu-22.04",
"ubuntu-24.04",
"ubuntu-24.04-arm",
"ubuntu-26.04",
"ubuntu-26.04-arm",
]
slow-test-python-versions: '["3.10", "3.12", "3.14"]'
lowest-python-platform: ubuntu-22.04
lowest-python-version: "3.8"