after ci build show php extension list

This commit is contained in:
Shao Yu-Lung (Allen) 2021-04-07 12:28:42 +08:00 committed by GitHub
parent 5dfa4e7d41
commit 2a1e534735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ jobs:
sed -i -- 's/IONCUBE=true/IONCUBE=false/g' .env
sed -i -- 's/V8JS=true/V8JS=false/g' .env
docker-compose build ${{ matrix.service }}
docker-compose run --rm --no-deps -- ${{ matrix.service }} php -m
build-other:
runs-on: ubuntu-latest