File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
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 88 strategy :
99 matrix :
1010 os : [ubuntu-latest, macos-latest]
11- php : ['8.2 ', '8.3 ']
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 1414 ],
1515 "license" : " MIT" ,
1616 "require" : {
17- "php" : " ^8.2 " ,
18- "pestphp/pest-plugin" : " ^3 .0.0" ,
17+ "php" : " ^8.3 " ,
18+ "pestphp/pest-plugin" : " ^4 .0.0" ,
1919 "ta-tikoma/phpunit-architecture-test" : " ^0.8.5"
2020 },
2121 "autoload" : {
3636 ]
3737 },
3838 "require-dev" : {
39- "pestphp/pest" : " ^3.8.2 " ,
40- "pestphp/pest-dev-tools" : " ^3.4 .0"
39+ "pestphp/pest" : " ^4.0.0 " ,
40+ "pestphp/pest-dev-tools" : " ^4.0 .0"
4141 },
4242 "minimum-stability" : " dev" ,
4343 "prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments