feat(amqp extension): add github actions installation

We need to be able to test installation of AMQP with GitHub Actions.
This commit is contained in:
Pavel Savushkin 2021-03-21 13:41:25 +02:00
parent 267b972d17
commit 3c6cfc8dfd
No known key found for this signature in database
GPG Key ID: BD2EDA3E125300DD
1 changed files with 1 additions and 2 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