Skip to content

Commit

Permalink
Nginx 1.20-ubi8 is not supported. It reached EOL.
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Mar 18, 2024
1 parent fe88fb9 commit f0aee90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openshift-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "1.20-ubi7", "1.20-ubi8", "1.22-ubi8", "1.20-ubi9", "1.22-ubi9" ]
version: [ "1.20-ubi7", "1.22-ubi8", "1.20-ubi9", "1.22-ubi9" ]

if: |
github.event.issue.pull_request
Expand Down
2 changes: 1 addition & 1 deletion tests/test_nginx.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

VERSION=os.getenv("SINGLE_VERSION")
if not VERSION:
VERSION="1.20-ubi8"
VERSION="1.22-ubi8"

class TestNginxExTemplate:

Expand Down

0 comments on commit f0aee90

Please sign in to comment.