Browse Source

Merge a2705ed78e into 5a74e514ac

pull/218/merge
Petr Hracek 1 year ago
committed by GitHub
parent
commit
7e39aac58f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/openshift-tests.yml

+ 1
- 1
.github/workflows/openshift-tests.yml View File

@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "2.7-ubi8", "3.6-ubi8", "3.9-ubi8", "3.11-ubi8", "3.9-ubi9", "3.11-ubi9" ]
version: [ "3.6-ubi8", "3.9-ubi8", "3.11-ubi8", "3.12-ubi8", "3.9-ubi9", "3.11-ubi9", "3.12-ubi9" ]
if: |
github.event.issue.pull_request


Loading…
Cancel
Save