Fix CI regression
This commit is contained in:
parent
97716cb3fa
commit
92a1b05145
2 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue