Skip to content

Commit

Permalink
Merge pull request #16 from bitExpert/dependabot/composer/infection/i…
Browse files Browse the repository at this point in the history
…nfection-0.21.2

Bump infection/infection from 0.21.0 to 0.21.2
  • Loading branch information
shochdoerfer committed Feb 27, 2021
2 parents fcc1eea + 9c3aaee commit 8c75535
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,16 @@ jobs:
tools: composer:v2
coverage: xdebug

- name: Install Composer dependencies
- name: Install Composer dependencies (PHP 7.4)
if: matrix.php-versions == '7.4'
run: composer install

- name: Install Composer dependencies (PHP 8.0)
if: matrix.php-versions == '8.0'
run: |
composer update ocramius/package-versions
composer install
- name: Install lowest CaptainHookPHP version
if: matrix.composer-prefer-lowest == true
run: |
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c75535

Please sign in to comment.