Update .github/workflows/deploy.yml
All checks were successful
deploy / production (push) Successful in 8m41s
All checks were successful
deploy / production (push) Successful in 8m41s
This commit is contained in:
parent
c5238ed53b
commit
6d01839b55
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
with:
|
||||
tools: composer
|
||||
extensions: bcmath, ctype, fileinfo, json, odbc, mbstring, openssl, pdo, pdo_mysql, pdo_odbc tokenizer, xml, soap, redis, igbinary
|
||||
|
||||
Reference in New Issue
Block a user