Skip to content

Commit

Permalink
Require Pest 1 for Infection
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rubel committed Mar 14, 2024
1 parent 8c38cfc commit 8e060b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:10.*" "nesbot/carbon:^2.64.1" --dev --no-interaction --no-update
composer require "laravel/framework:10.*" "pestphp/pest:^1.16" "nesbot/carbon:^2.64.1" --dev --no-interaction --no-update
composer update --prefer-stable --prefer-dist --no-interaction
- name: Run infection
Expand Down

0 comments on commit 8e060b2

Please sign in to comment.