File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v3
2222
23+ - name : Setup PHP
24+ uses : shivammathur/setup-php@v2
25+ with :
26+ php-version : ${{ matrix.php-versions }}
27+
2328 # - name: Validate composer.json and composer.lock
2429 # run: composer validate
2530
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " >=8.2.0" ,
20- "popphp/popphp" : " ^4.3.5 " ,
21- "popphp/pop-cookie" : " ^4.0.1 " ,
22- "popphp/pop-http" : " ^5.2.11 " ,
23- "popphp/pop-session" : " ^4.0.0 " ,
24- "popphp/pop-view" : " ^4.0.1 "
20+ "popphp/popphp" : " ^4.3.6 " ,
21+ "popphp/pop-cookie" : " ^4.0.2 " ,
22+ "popphp/pop-http" : " ^5.3.0 " ,
23+ "popphp/pop-session" : " ^4.0.1 " ,
24+ "popphp/pop-view" : " ^4.0.2 "
2525 },
2626 "require-dev" : {
2727 "phpunit/phpunit" : " ^11.0.0"
You can’t perform that action at this time.
0 commit comments