5
.github/workflows/phpunit.yml
vendored
5
.github/workflows/phpunit.yml
vendored
@@ -3,9 +3,6 @@ name: PHPUnit
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- stable*
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
APP_NAME: deck
|
APP_NAME: deck
|
||||||
@@ -256,7 +253,7 @@ jobs:
|
|||||||
- name: Set up php ${{ matrix.php-versions }}
|
- name: Set up php ${{ matrix.php-versions }}
|
||||||
uses: "shivammathur/setup-php@v2"
|
uses: "shivammathur/setup-php@v2"
|
||||||
with:
|
with:
|
||||||
php-version: "${{ matrix.php-version }}"
|
php-version: "${{ matrix.php-versions }}"
|
||||||
extensions: mbstring, iconv, fileinfo, intl, oci8
|
extensions: mbstring, iconv, fileinfo, intl, oci8
|
||||||
tools: phpunit:8.5.2
|
tools: phpunit:8.5.2
|
||||||
coverage: none
|
coverage: none
|
||||||
|
|||||||
Reference in New Issue
Block a user