Merge remote-tracking branch 'origin/master' into feat/ISSUE-11-add-logging
# Conflicts: # .github/workflows/deploy.yml # composer.lock
This commit is contained in:
commit
b12d08c19d
13
.github/workflows/deploy.yml
vendored
13
.github/workflows/deploy.yml
vendored
@ -15,8 +15,21 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
# - name: Get composer cache directory
|
||||||
|
# id: composer-cache
|
||||||
|
# run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
# - name: Cache dependencies
|
||||||
|
# uses: actions/cache@v3
|
||||||
|
# with:
|
||||||
|
# path: ${{ steps.composer-cache.outputs.dir }}
|
||||||
|
# key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
|
||||||
|
# restore-keys: ${{ runner.os }}-composer-
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tools: composer
|
tools: composer
|
||||||
extensions: bcmath, ctype, fileinfo, json, odbc, mbstring, openssl, pdo, pdo_mysql, pdo_odbc tokenizer, xml, soap, redis, igbinary
|
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