mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-02-23 14:59:07 +08:00
Update GitHub Actions config
This commit is contained in:
parent
ae4be6fbda
commit
3ab0d12a71
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -41,14 +41,14 @@ jobs:
|
||||
with:
|
||||
php-version: ${{ matrix.php }}
|
||||
coverage: none
|
||||
extension-csv: mbstring, dom, fileinfo, sqlite, gd, zip
|
||||
extensions: mbstring, dom, fileinfo, sqlite, gd, zip
|
||||
- name: Setup PHP with Xdebug
|
||||
uses: shivammathur/setup-php@v1
|
||||
if: matrix.php == '7.2'
|
||||
with:
|
||||
php-version: ${{ matrix.php }}
|
||||
coverage: xdebug
|
||||
extension-csv: mbstring, dom, fileinfo, sqlite, gd, zip
|
||||
extensions: mbstring, dom, fileinfo, sqlite, gd, zip
|
||||
- name: Cache Composer dependencies
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user