diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 75de61ba..05afbf70 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -15,7 +15,7 @@ jobs: test: uses: canonical/starflow/.github/workflows/test-python.yaml@main with: - fast-test-platforms: '["ubuntu-22.04", "ubuntu-24.04", "ubuntu-24.04-arm", "macos-latest"]' + fast-test-platforms: '["ubuntu-22.04", "ubuntu-24.04", "ubuntu-24.04-arm", "ubuntu-26.04", "ubuntu-26.04-arm", "macos-latest"]' fast-test-python-versions: '["3.10", "3.12", "3.13", "3.14", "3.14+freethreaded"]' - slow-test-platforms: '["ubuntu-24.04", "ubuntu-24.04-arm"]' + slow-test-platforms: '["ubuntu-24.04", "ubuntu-24.04-arm", "ubuntu-26.04", "ubuntu-26.04-arm"]' slow-test-python-versions: '["3.10", "3.12", "3.14", "3.14+freethreaded"]'