Skip to content

Commit 8c75535

Browse files
authored
Merge pull request #16 from bitExpert/dependabot/composer/infection/infection-0.21.2
Bump infection/infection from 0.21.0 to 0.21.2
2 parents fcc1eea + 9c3aaee commit 8c75535

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,16 @@ jobs:
3434
tools: composer:v2
3535
coverage: xdebug
3636

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

41+
- name: Install Composer dependencies (PHP 8.0)
42+
if: matrix.php-versions == '8.0'
43+
run: |
44+
composer update ocramius/package-versions
45+
composer install
46+
4047
- name: Install lowest CaptainHookPHP version
4148
if: matrix.composer-prefer-lowest == true
4249
run: |

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)