Fix CI regression

pull/1240/head
Daniel Supernault 6 years ago
parent 97716cb3fa
commit 92a1b05145
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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

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

Loading…
Cancel
Save