Skip to content

Commit f610ce7

Browse files
committed
OCPBUGS-58449 - add Php 8.2 ubi8 to origin
1 parent 9ff893a commit f610ce7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

test/extended/image_ecosystem/s2i_images.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,17 +157,17 @@ var s2iImages = map[string][]tc{
157157
Arches: []string{"amd64", "arm64", "ppc64le", "s390x"},
158158
},
159159
{
160-
Version: "81",
160+
Version: "82",
161161
Cmd: "php --version",
162-
Expected: "8.1",
163-
Tag: "8.1-ubi9",
162+
Expected: "8.2",
163+
Tag: "8.2-ubi9",
164164
Arches: []string{"amd64", "arm64", "ppc64le", "s390x"},
165165
},
166166
// {
167-
// Version: "82",
167+
// Version: "83",
168168
// Cmd: "php --version",
169-
// Expected: "8.2",
170-
// Tag: "8.2-ubi9",
169+
// Expected: "8.3",
170+
// Tag: "8.3-ubi9",
171171
// Arches: []string{"amd64", "arm64", "ppc64le", "s390x"},
172172
// },
173173
{

test/extended/util/annotate/generated/zz_generated.annotations.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)