Removed composer.lock, set GH action to test against 7.3, 7.4 & 8.0
This commit is contained in:
parent
d933a42591
commit
c5ab491fc8
6
.github/workflows/php.yml
vendored
6
.github/workflows/php.yml
vendored
@ -8,13 +8,17 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
php: ['7.3', '7.4', '8.0']
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: shivammathur/setup-php@2.11.0
|
- uses: shivammathur/setup-php@2.11.0
|
||||||
with:
|
with:
|
||||||
php-version: '7.4'
|
php-version: ${{ matrix.php }}
|
||||||
extensions: 'xdebug'
|
extensions: 'xdebug'
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
vendor
|
vendor
|
||||||
|
composer.lock
|
||||||
tests/tmp/*
|
tests/tmp/*
|
||||||
phpDocumentor.phar
|
phpDocumentor.phar
|
||||||
phpdoc.xml
|
phpdoc.xml
|
||||||
|
4765
composer.lock
generated
4765
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user