Merge pull request #2898 from PavelSavushkinMix/fix/ioncube_extension

fix(ioncube extension): remove installation for PHP 8
This commit is contained in:
Shao Yu-Lung (Allen)
2021-03-22 00:35:12 +08:00
committed by GitHub
4 changed files with 19 additions and 15 deletions

View File

@ -37,7 +37,6 @@ jobs:
sed -i -- 's/MSSQL=true/MSSQL=false/g' .env
sed -i -- 's/MEMCACHED=true/MEMCACHED=false/g' .env
sed -i -- 's/OCI8=true/OCI8=false/g' .env
sed -i -- 's/IONCUBE=true/IONCUBE=false/g' .env
docker-compose build ${{ matrix.service }}
build-other: