diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh
index 254ea48d6f7dd43a180f9406813b6c8382581889..e5a8fb05b108d1d0fdc3eb190979bfa6f628b3f6 100755
--- a/Build/Scripts/runTests.sh
+++ b/Build/Scripts/runTests.sh
@@ -153,13 +153,13 @@ cleanRenderedDocumentationFiles() {
 getPhpImageVersion() {
     case ${1} in
         8.1)
-            echo -n "2.10"
+            echo -n "2.11"
             ;;
         8.2)
-            echo -n "1.9"
+            echo -n "1.10"
             ;;
         8.3)
-            echo -n "1.10"
+            echo -n "1.11"
             ;;
     esac
 }