mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-04 20:27:31 +02:00
Skip linting on php8
This commit is contained in:
@@ -33,4 +33,6 @@ before_script:
|
|||||||
- if [ "$deps" == "low" ]; then composer update -n --prefer-dist --prefer-lowest --prefer-stable $COMPOSER_ARGS; fi
|
- if [ "$deps" == "low" ]; then composer update -n --prefer-dist --prefer-lowest --prefer-stable $COMPOSER_ARGS; fi
|
||||||
- if [ "$deps" != "low" ]; then composer update -n --prefer-dist $COMPOSER_ARGS; fi
|
- if [ "$deps" != "low" ]; then composer update -n --prefer-dist $COMPOSER_ARGS; fi
|
||||||
|
|
||||||
script: composer test
|
script:
|
||||||
|
- if [ "`phpenv version-name`" != "nightly" ]; then composer lint; fi
|
||||||
|
- composer test
|
||||||
|
@@ -60,8 +60,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"lint": [
|
||||||
|
"parallel-lint . --exclude vendor"
|
||||||
|
],
|
||||||
"test": [
|
"test": [
|
||||||
"parallel-lint . --exclude vendor",
|
|
||||||
"phpunit"
|
"phpunit"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user