1
0
Fork 0

Fix CI regression

This commit is contained in:
Daniel Supernault 2019-05-01 12:11:40 -06:00
parent 97716cb3fa
commit 92a1b05145
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
- checkout
- run: sudo apt update && sudo apt install zlib1g-dev libsqlite3-dev
- run: sudo -E docker-php-ext-install bcmath intl pcntl zip
- run: sudo -E docker-php-ext-install bcmath pcntl zip
# Download and cache dependencies

View File

@ -9,7 +9,6 @@
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-curl": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",