We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e78dd commit 64f81a2Copy full SHA for 64f81a2
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- php-version: ['7.2', '7.4', '8.0', '8.1']
+ php-version: ['7.4', '8.0', '8.1']
20
name: PHP ${{ matrix.php-version }}
21
22
steps:
@@ -55,7 +55,7 @@ jobs:
55
- name: Setup PHP
56
uses: shivammathur/setup-php@v2
57
with:
58
- php-version: '7.2'
+ php-version: '7.4'
59
extensions: mbstring, intl
60
coverage: none
61
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
composer.json
@@ -5,7 +5,7 @@
5
"type": "project",
6
"license": "MIT",
7
"require": {
8
- "php": ">=7.2",
+ "php": ">=7.4",
9
"cakephp/cakephp": "^4.3",
10
"cakephp/migrations": "^3.2",
11
"cakephp/plugin-installer": "^1.3",
0 commit comments