diff --git a/.github/workflows/infection.yml b/.github/workflows/infection.yml index 1716f2b..6ee1ac8 100644 --- a/.github/workflows/infection.yml +++ b/.github/workflows/infection.yml @@ -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