Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge f76b121 into 3a20853
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Jul 30, 2020
2 parents 3a20853 + f76b121 commit 69bd58e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -71,11 +71,11 @@ jobs:
- name: Install dependencies with composer php 7.4
if: matrix.php-version == '7.4'
run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader

- name: Install dependencies with composer php 8.0
if: matrix.php-version == '8.0'
run: composer update --ignore-platform-reqs --prefer-dist --no-interaction --no-progress --optimize-autoloader
run: composer install --ignore-platform-reqs --prefer-dist --no-interaction --no-progress --optimize-autoloader

- name: Run tests with phpunit and coverage on Linux php 7.4
if: matrix.os == 'ubuntu-latest' && matrix.php-version == '7.4'
Expand Down
1 change: 0 additions & 1 deletion tests/Middleware/Mock/MockRequestHandler.php
@@ -1,6 +1,5 @@
<?php


namespace Yiisoft\Yii\Web\Tests\Middleware\Mock;

use Nyholm\Psr7\Response;
Expand Down
1 change: 0 additions & 1 deletion tests/Middleware/Mock/MockThrowableRenderer.php
@@ -1,6 +1,5 @@
<?php


namespace Yiisoft\Yii\Web\Tests\Middleware\Mock;

use Yiisoft\Yii\Web\ErrorHandler\ThrowableRenderer;
Expand Down

0 comments on commit 69bd58e

Please sign in to comment.