Skip to content

Commit

Permalink
PHP 8.0 test normally
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-42 committed Mar 21, 2021
1 parent 9e76e5c commit df87c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Expand Up @@ -38,11 +38,11 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

- if: matrix.php == '7.4'
- if: matrix.php == '7.4' || matrix.php == '8.0'
name: Install dependencies with composer
run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader

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

Expand Down

0 comments on commit df87c2e

Please sign in to comment.