Fixed used colors for selected Python versions and removed Python 3.8.

This commit is contained in:
Patrick Lehmann
2025-10-19 07:08:10 +02:00
parent 10c10d9566
commit a78656a0bb
3 changed files with 14 additions and 14 deletions

View File

@@ -221,9 +221,9 @@ jobs:
- Prepare
- UnitTesting
- PlatformTesting
- Install
# - StaticTypeCheck
- Package
- Install
- PublishToGitHubPages
permissions:
contents: write # required for create tag
@@ -239,9 +239,9 @@ jobs:
- Prepare
- UnitTesting
- PlatformTesting
- Install
# - StaticTypeCheck
- Package
- Install
- PublishToGitHubPages
if: needs.Prepare.outputs.is_release_tag == 'true'
permissions:
@@ -277,6 +277,7 @@ jobs:
- PublishTestResults
- PublishCoverageResults
- PublishToGitHubPages
- Install
- IntermediateCleanUp
with:
package: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).package_all }}