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
@ -9,12 +9,16 @@ 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
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
.DS_Store
|
||||
vendor
|
||||
composer.lock
|
||||
tests/tmp/*
|
||||
phpDocumentor.phar
|
||||
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