Skip to content

Commit 0b32641

Browse files
author
justin
committed
Downgrades pest for its coverage logs to properly work with infection
1 parent 6214e31 commit 0b32641

File tree

3 files changed

+66
-65
lines changed

3 files changed

+66
-65
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php-version: ['8.2', '8.3']
22+
php-version: ['8.1', '8.2', '8.3']
2323

2424
steps:
2525
- uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
php-version: ['8.2', '8.3']
57+
php-version: ['8.1', '8.2', '8.3']
5858

5959
steps:
6060
- uses: actions/checkout@v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"require-dev": {
31-
"pestphp/pest": "^v2.34.7",
31+
"pestphp/pest": "v2.31.0",
3232
"friendsofphp/php-cs-fixer": "^3.16",
3333
"phpstan/phpstan": "^1.10",
3434
"phpstan/phpstan-deprecation-rules": "^1.1",

composer.lock

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

0 commit comments

Comments
 (0)