Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IonBazan committed Dec 9, 2020
1 parent 9f24cf4 commit 3a32e7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.2', '7.3', '7.4' ]
php: [ '7.2', '7.3', '7.4', '8.0' ]
composer-flags: [ '' ]
phpunit-flags: [ '--coverage-text' ]
include:
- php: '8.0'
composer-flags: '--ignore-platform-req=php'
phpunit-flags: '--no-coverage'
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
Expand Down
6 changes: 0 additions & 6 deletions phpstan.tests.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,5 @@ parameters:
path: tests/DetectDelimiterTest.php
- message: '#Parameter \#1 \$document of static method League\\Csv\\Polyfill\\EmptyEscapeParser::parse\(\) expects League\\Csv\\Stream\|SplFileObject, stdClass given.#'
path: tests/Polyfill/EmptyEscapeParserTest.php
- message: '#Call to function iterator_to_array\(\) on a separate line has no effect.#'
path: tests/ResultSetTest.php
- message: '#Call to function iterator_to_array\(\) on a separate line has no effect.#'
path: tests/ReaderTest.php
- message: '#Call to function iterator_to_array\(\) on a separate line has no effect.#'
path: tests/CsvTest.php
reportUnmatchedIgnoredErrors: true
checkMissingIterableValueType: false

0 comments on commit 3a32e7f

Please sign in to comment.