diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh
index 2b3fffc7eb6e4983e43b65e1262c82ad25f24a0f..7de2ac69c5c51a1e010927e6487e8f3e49d929b5 100755
--- a/Build/Scripts/runTests.sh
+++ b/Build/Scripts/runTests.sh
@@ -162,19 +162,19 @@ cleanRenderedDocumentationFiles() {
 getPhpImageVersion() {
     case ${1} in
         7.4)
-            echo -n "2.4"
+            echo -n "2.5"
             ;;
         8.0)
-            echo -n "2.4"
+            echo -n "2.5"
             ;;
         8.1)
-            echo -n "2.7"
+            echo -n "2.8"
             ;;
         8.2)
-            echo -n "1.6"
+            echo -n "1.7"
             ;;
         8.3)
-            echo -n "1.7"
+            echo -n "1.8"
             ;;
     esac
 }