File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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
4145 with :
4246 token : ${{ secrets.CODECOV_TOKEN }}
4347 files : ./coverage.xml
44- verbose : true
48+ verbose : true
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ This plugin checks what's inside the files.
55
66[ ![ Tests] ( https://github.com/faissaloux/pest-plugin-inside/actions/workflows/tests.yml/badge.svg )] ( https://github.com/faissaloux/pest-plugin-inside/actions/workflows/tests.yml ) ![ Codecov] ( https://img.shields.io/codecov/c/github/faissaloux/pest-plugin-inside ) ![ Packagist Version] ( https://img.shields.io/packagist/v/faissaloux/pest-plugin-inside ) ![ Packagist License] ( https://img.shields.io/packagist/l/faissaloux/pest-plugin-inside )
77
8+ ## Requirements
9+
10+ | pest | php | pest-plugin-inside |
11+ | ------------------- | ------- | ---------------------- |
12+ | ^2.14 | ^8.1 | ^1.0.0 |
13+ | ^3.0 | ^8.2 | ^1.2.0 |
14+ | ^4.0 | ^8.3 | ^1.7.0 |
15+
816## Available Expectations
917### toReturnLowercase
1018Make sure a file or directory files returns an array with all lowercase values.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments