[CI] Temporarly disable phpunit7 until it starts working again (#2392)

This commit is contained in:
Eugene Molotov 2021-12-26 09:25:36 +05:00 committed by GitHub
parent e545f43a67
commit df408fb8bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 12 deletions

View File

@ -7,18 +7,19 @@ on:
branches: [ master ] branches: [ master ]
jobs: jobs:
phpunit7: # TODO: return back when fixed https://github.com/RSS-Bridge/rss-bridge/issues/2391
runs-on: ubuntu-20.04 # phpunit7:
strategy: # runs-on: ubuntu-20.04
matrix: # strategy:
php-versions: ['7.1', '7.2', '7.3'] # matrix:
steps: # php-versions: ['7.1', '7.2', '7.3']
- uses: actions/checkout@v2 # steps:
- uses: shivammathur/setup-php@v2 # - uses: actions/checkout@v2
with: # - uses: shivammathur/setup-php@v2
php-version: ${{ matrix.php-versions }} # with:
- run: composer global require phpunit/phpunit ^7 # php-version: ${{ matrix.php-versions }}
- run: phpunit --configuration=phpunit.xml --include-path=lib/ # - run: composer global require phpunit/phpunit ^7
# - run: phpunit --configuration=phpunit.xml --include-path=lib/
phpunit8: phpunit8:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04