Skip to content

Commit e58bc36

Browse files
committed
support pest4
1 parent 78483d4 commit e58bc36

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ jobs:
99
matrix:
1010
os: [ubuntu-latest, macos-latest]
1111
php: ['8.1', '8.2', '8.3', '8.4']
12-
pest: ['2.14', '3.0']
12+
pest: ['2.14', '3.0', '4.0']
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
exclude:
1515
- php: '8.1'
1616
pest: '3.0'
17+
- php: '8.1'
18+
pest: '4.0'
19+
- php: '8.2'
20+
pest: '4.0'
1721

1822
name: PHP ${{ matrix.php }} - PEST ^${{ matrix.pest }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
1923

@@ -41,4 +45,4 @@ jobs:
4145
with:
4246
token: ${{ secrets.CODECOV_TOKEN }}
4347
files: ./coverage.xml
44-
verbose: true
48+
verbose: true

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"require": {
3636
"php": "^8.1",
37-
"pestphp/pest": "^2.14 || ^3.0"
37+
"pestphp/pest": "^2.14|^3.0|^4.0"
3838
},
3939
"require-dev": {
4040
"phpstan/phpstan": "^1.11.0",

0 commit comments

Comments
 (0)