Skip to content

Commit 5d41d77

Browse files
Merge pull request #30501 from rhdmalone/main
OCPBUGS-65779: Remove Php 8.0-ubi8, add Php 8.2-ubi8 to Origin
2 parents 24a0dee + 9788ee7 commit 5d41d77

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

test/extended/image_ecosystem/s2i_images.go

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -192,19 +192,12 @@ var s2iImages = map[string][]tc{
192192
// Arches: []string{"amd64", "arm64", "ppc64le", "s390x"},
193193
// },
194194
{
195-
Version: "80",
195+
Version: "82",
196196
Cmd: "php --version",
197-
Expected: "8.0",
198-
Tag: "8.0-ubi8",
197+
Expected: "8.2",
198+
Tag: "8.2-ubi8",
199199
Arches: []string{"amd64", "arm64", "ppc64le", "s390x"},
200200
},
201-
// {
202-
// Version: "82",
203-
// Cmd: "php --version",
204-
// Expected: "8.2",
205-
// Tag: "8.2-ubi8",
206-
// Arches: []string{"amd64", "arm64", "ppc64le", "s390x"},
207-
// },
208201
{
209202
Version: "74",
210203
Cmd: "php --version",

0 commit comments

Comments
 (0)