Test PHP client in Travis CI (#11996)

* test php in circleci node 2

* restore image

* install php 8.1.4

* install plugin

* install libonig-dev

* install libzip-dev

* test php in travis

* rehash
This commit is contained in:
William Cheng
2022-03-29 13:43:38 +08:00
committed by GitHub
parent 9ce3d2bc3e
commit e268f46d76
3 changed files with 12 additions and 3 deletions

View File

@@ -26,6 +26,9 @@ if [ "$NODE_INDEX" = "1" ]; then
elif [ "$NODE_INDEX" = "2" ]; then
echo "Running node $NODE_INDEX to test Go"
php -v
# install haskell
#curl -sSLk https://get.haskellstack.org/ | sh
#stack upgrade