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) 3.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
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 " ,
16- "pestphp/pest" : " ^3.8.3 " ,
17- "pestphp/pest-plugin" : " ^3 .0.0"
15+ "php" : " ^8.3 " ,
16+ "pestphp/pest" : " ^4.0.0 " ,
17+ "pestphp/pest-plugin" : " ^4 .0.0"
1818 },
1919 "autoload" : {
2020 "psr-4" : {
2525 ]
2626 },
2727 "require-dev" : {
28- "pestphp/pest-dev-tools" : " ^3.4 .0"
28+ "pestphp/pest-dev-tools" : " ^4.0 .0"
2929 },
3030 "minimum-stability" : " dev" ,
3131 "prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments