Skip to content

Commit a0e5755

Browse files
authored
Merge pull request GoogleCloudPlatform#522 from donmccasland/fix-build
Fixing build.
2 parents 7439b18 + beb71cd commit a0e5755

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builder/gen-dockerfile/src/DetectPhpVersion.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ private static function detectAvailableVersions()
101101
trim(file_get_contents('/opt/php73_version')),
102102
trim(file_get_contents('/opt/php72_version')),
103103
trim(file_get_contents('/opt/php71_version')),
104-
trim(file_get_contents('/opt/php70_version')),
105-
trim(file_get_contents('/opt/php56_version')),
106104
];
107105
}
108106
}

0 commit comments

Comments
 (0)