File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111
1212 strategy :
1313 matrix :
14- php : [8.0 , 8.1 ]
14+ php : [8.1 , 8.2 ]
1515
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v3
1919
2020 - name : Setup PHP
2121 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1818 ],
1919 "homepage" : " https://codeception.com/" ,
2020 "require" : {
21- "php" : " ^8.0 " ,
21+ "php" : " ^8.1 " ,
2222 "ext-dom" : " *" ,
2323 "ext-json" : " *" ,
2424 "ext-mbstring" : " *" ,
25- "codeception/codeception" : " ^5.0" ,
25+ "codeception/codeception" : " ^5.0.8 " ,
2626 "codeception/lib-web" : " ^1.0.1" ,
27- "phpunit/phpunit" : " ^9.5 " ,
27+ "phpunit/phpunit" : " ^10.0 " ,
2828 "symfony/browser-kit" : " ^4.4.24 || ^5.4 || ^6.0" ,
2929 "symfony/dom-crawler" : " ^4.4.30 || ^5.4 || ^6.0"
3030 },
3131 "require-dev" : {
32- "codeception/util-universalframework" : " dev-master "
32+ "codeception/util-universalframework" : " ^1.0 "
3333 },
3434 "minimum-stability" : " RC" ,
3535 "autoload" : {
You can’t perform that action at this time.
0 commit comments