mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 15:52:14 +00:00
reduced platforms and version for test & added composer
This commit is contained in:
@@ -15,15 +15,15 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
# - windows-latest
|
||||||
php-version:
|
php-version:
|
||||||
- 7.3
|
# - 7.3
|
||||||
- 7.4
|
- 7.4
|
||||||
phpunit-version:
|
phpunit-version:
|
||||||
- 8.5.2
|
- 8.5.2
|
||||||
dependencies:
|
# dependencies:
|
||||||
- lowest
|
# - lowest
|
||||||
- highest
|
# - highest
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
php-version: '7.2'
|
php-version: '7.2'
|
||||||
@@ -39,6 +39,7 @@ jobs:
|
|||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-version }}
|
php-version: ${{ matrix.php-version }}
|
||||||
|
tools: composer:v5
|
||||||
# tools: phpunit:${{ matrix.phpunit-versions }}
|
# tools: phpunit:${{ matrix.phpunit-versions }}
|
||||||
coverage: xdebug
|
coverage: xdebug
|
||||||
extensions: ${{ env.PHP_EXTENSIONS }}
|
extensions: ${{ env.PHP_EXTENSIONS }}
|
||||||
|
|||||||
Reference in New Issue
Block a user