Skip to content

Commit f0aee90

Browse files
committed
Nginx 1.20-ubi8 is not supported. It reached EOL.
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent fe88fb9 commit f0aee90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/openshift-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
version: [ "1.20-ubi7", "1.20-ubi8", "1.22-ubi8", "1.20-ubi9", "1.22-ubi9" ]
13+
version: [ "1.20-ubi7", "1.22-ubi8", "1.20-ubi9", "1.22-ubi9" ]
1414

1515
if: |
1616
github.event.issue.pull_request

tests/test_nginx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
VERSION=os.getenv("SINGLE_VERSION")
1111
if not VERSION:
12-
VERSION="1.20-ubi8"
12+
VERSION="1.22-ubi8"
1313

1414
class TestNginxExTemplate:
1515

0 commit comments

Comments
 (0)