diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index fcdfe6052d901a0b6d8d3a27da99ec7a800c0c6b..5acc89513b7bda9954d62f9eaef712c4b2261b98 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -162,10 +162,10 @@ cleanRenderedDocumentationFiles() { getPhpImageVersion() { case ${1} in 8.2) - echo -n "1.11" + echo -n "1.12" ;; 8.3) - echo -n "1.12" + echo -n "1.13" ;; esac }