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