diff --git a/compile.sh b/compile.sh index 1735d65..0cf64cb 100644 --- a/compile.sh +++ b/compile.sh @@ -1,5 +1,5 @@ #!/bin/bash -[ -z "$PHP_VERSION" ] && PHP_VERSION="7.0.7" +[ -z "$PHP_VERSION" ] && PHP_VERSION="7.0.8" PHP_IS_BETA="no"