reduced platforms and version for test & added composer

This commit is contained in:
DeveloperMarius
2021-03-23 13:04:59 +01:00
parent 87985841de
commit 9029a84fdd

View File

@@ -15,15 +15,15 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest
# - windows-latest
php-version:
- 7.3
# - 7.3
- 7.4
phpunit-version:
- 8.5.2
dependencies:
- lowest
- highest
# dependencies:
# - lowest
# - highest
include:
- os: ubuntu-latest
php-version: '7.2'
@@ -39,6 +39,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
tools: composer:v5
# tools: phpunit:${{ matrix.phpunit-versions }}
coverage: xdebug
extensions: ${{ env.PHP_EXTENSIONS }}