Merge pull request #2894 from PavelSavushkinMix/feature/php8.0_amqp

AMQP installation for all images and all php versions
This commit is contained in:
Shao Yu-Lung (Allen)
2021-03-21 22:00:41 +08:00
committed by GitHub
3 changed files with 16 additions and 7 deletions

View File

@ -1,6 +1,6 @@
name: CI
on:
on:
push:
branches: '**'
tags: '**'
@ -34,7 +34,6 @@ jobs:
sed -i -- 's/MAILPARSE=true/MAILPARSE=false/g' .env
sed -i -- 's/YAML=true/YAML=false/g' .env
sed -i -- 's/MSSQL=true/MSSQL=false/g' .env
sed -i -- 's/AMQP=true/AMQP=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