File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717
1818 - name : Setup PHP
1919 uses : shivammathur/setup-php@v2
2020 with :
21- php-version : 8.2
21+ php-version : 8.3
2222 tools : composer:v2
2323 coverage : none
2424
Original file line number Diff line number Diff line change 77 runs-on : ${{ matrix.os }}
88 strategy :
99 matrix :
10- os : [ubuntu-latest] # (macos-latest, windows-latest) 2.x-dev is under development
11- php : ['8.2 ', '8.3 ']
10+ os : [ubuntu-latest]
11+ php : ['8.3 ', '8.4 ']
1212 dependency-version : [prefer-lowest, prefer-stable]
1313 parallel : ['', '--parallel']
1414
Original file line number Diff line number Diff line change 2020 }
2121 ],
2222 "require" : {
23- "php" : " ^8.2 " ,
23+ "php" : " ^8.3 " ,
2424 "nikic/php-parser" : " ^5.4.0" ,
25- "pestphp/pest-plugin" : " ^3 .0.0" ,
25+ "pestphp/pest-plugin" : " ^4 .0.0" ,
2626 "psr/simple-cache" : " ^3.0.0"
2727 },
2828 "require-dev" : {
29- "pestphp/pest" : " ^3.8.2 " ,
30- "pestphp/pest-dev-tools" : " ^3.4 .0" ,
31- "pestphp/pest-plugin-type-coverage" : " ^3.5 .0"
29+ "pestphp/pest" : " ^4.0.0 " ,
30+ "pestphp/pest-dev-tools" : " ^4.0 .0" ,
31+ "pestphp/pest-plugin-type-coverage" : " ^4.0 .0"
3232 },
3333 "autoload" : {
3434 "psr-4" : {
You can’t perform that action at this time.
0 commit comments