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
1515 name : PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }} - ${{ matrix.parallel }}
1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v4
2020
2121 - name : Setup PHP
2222 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1212 ],
1313 "license" : " MIT" ,
1414 "require" : {
15- "php" : " ^8.2 .0" ,
15+ "php" : " ^8.3 .0" ,
1616 "nikic/php-parser" : " ^5.6.1" ,
17- "pestphp/pest" : " ^3.8.3 " ,
17+ "pestphp/pest" : " ^4.0.0 " ,
1818 "symfony/finder" : " ^7.3.2"
1919 },
2020 "autoload" : {
2828 }
2929 },
3030 "require-dev" : {
31- "pestphp/pest-dev-tools" : " ^3.4 .0"
31+ "pestphp/pest-dev-tools" : " ^4.0 .0"
3232 },
3333 "minimum-stability" : " dev" ,
3434 "prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments