File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 testsuite-linux :
16- runs-on : ubuntu-18 .04
16+ runs-on : ubuntu-20 .04
1717 strategy :
1818 fail-fast : false
1919 matrix :
9898
9999 cs-stan :
100100 name : Coding Standard & Static Analysis
101- runs-on : ubuntu-18 .04
101+ runs-on : ubuntu-20 .04
102102
103103 steps :
104104 - uses : actions/checkout@v3
@@ -118,5 +118,5 @@ jobs:
118118 run : vendor/bin/phpcs --report=checkstyle src/ tests/ | cs2pr
119119
120120 - name : Run psalm
121- if : success() || failure ()
121+ if : always ()
122122 run : vendor/bin/psalm.phar --output-format=github
Original file line number Diff line number Diff line change 2323 "source" : " https://github.com/cakephp/debug_kit"
2424 },
2525 "require" : {
26- "php" : " >=7.2 " ,
26+ "php" : " >=7.4 " ,
2727 "cakephp/cakephp" : " ^4.4.0" ,
2828 "cakephp/chronos" : " ^2.0" ,
2929 "composer/composer" : " ^1.3 | ^2.0" ,
You can’t perform that action at this time.
0 commit comments