Skip to content

Commit

Permalink
Merge pull request #111 from rryqszq4/development
Browse files Browse the repository at this point in the history
[pr] Compiled pass with php8 beta3
  • Loading branch information
rryqszq4 authored Sep 5, 2020
2 parents 639fbfe + be7add6 commit ee9d20c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ env:
NGINX_SRC_VERSION=1.12.2
- PHP_SRC_VERSION=7.2.33
NGINX_SRC_VERSION=1.12.2
- PHP_SRC_VERSION=7.3.21
- PHP_SRC_VERSION=7.3.22
NGINX_SRC_VERSION=1.12.2
- PHP_SRC_VERSION=7.4.9
- PHP_SRC_VERSION=7.4.10
NGINX_SRC_VERSION=1.12.2
- PHP_SRC_VERSION=8.0.0beta2
- PHP_SRC_VERSION=8.0.0beta3
NGINX_SRC_VERSION=1.12.2
- PHP_SRC_VERSION=7.2.33
NGINX_SRC_VERSION=1.12.2
Expand Down
2 changes: 1 addition & 1 deletion .travis/compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir nginx

echo "php download ..."
if [ ${PHP_SRC_VERSION:0:3} = "8.0" ]; then
wget https://downloads.php.net/~pollita/php-${PHP_SRC_VERSION}.tar.gz
wget https://downloads.php.net/~carusogabriel/php-${PHP_SRC_VERSION}.tar.gz
PHP_MAJOR_VERSION=""
else
wget http://php.net/distributions/php-${PHP_SRC_VERSION}.tar.gz
Expand Down

0 comments on commit ee9d20c

Please sign in to comment.