Removed composer.lock, set GH action to test against 7.3, 7.4 & 8.0

This commit is contained in:
Barnaby Walters 2021-06-24 13:33:38 +02:00
parent d933a42591
commit c5ab491fc8
3 changed files with 6 additions and 4766 deletions

View File

@ -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
.gitignore vendored
View File

@ -1,5 +1,6 @@
.DS_Store
vendor
composer.lock
tests/tmp/*
phpDocumentor.phar
phpdoc.xml

4765
composer.lock generated

File diff suppressed because it is too large Load Diff