Skip to content

Commit 8dbc15a

Browse files
authored
Merge pull request #877 from cakephp/php-74
Update required php to 7.4 to match cakephp 4.4
2 parents 8ec2def + f1d421d commit 8dbc15a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
testsuite-linux:
16-
runs-on: ubuntu-18.04
16+
runs-on: ubuntu-20.04
1717
strategy:
1818
fail-fast: false
1919
matrix:
@@ -98,7 +98,7 @@ jobs:
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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",

0 commit comments

Comments
 (0)