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