We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e7741 commit 097ba74Copy full SHA for 097ba74
.github/workflows/container-tests.yml
@@ -14,6 +14,6 @@ jobs:
14
uses: "sclorg/ci-actions/.github/workflows/container-tests.yml@main"
15
with:
16
enabled-tests: '["container","container-pytest","openshift-4","openshift-pytest"]'
17
- versions: '[ "3.9", "3.9-minimal", "3.11", "3.11-minimal", "3.12", "3.12-minimal", "3.13", "3.13-minimal" ]'
+ versions: '[ "3.9", "3.9-minimal", "3.11", "3.11-minimal", "3.12", "3.12-minimal", "3.13", "3.13-minimal", "3.14", "3.14-minimal" ]'
18
openshift-versions: '[ "3.8", "3.9", "3.11", "3.12", "3.12-minimal" ]'
19
secrets: inherit
0 commit comments