Skip to content

Commit fa17253

Browse files
committed
update php support to 7.4
1 parent 6f2b7fb commit fa17253

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
strategy:
1414
matrix:
1515
php-version:
16-
- "7.1"
17-
- "7.2"
18-
- "7.3"
1916
- "7.4"
2017
- "8.0"
2118
- "8.1"
@@ -37,7 +34,7 @@ jobs:
3734

3835
- name: Cache Composer packages
3936
id: composer-cache
40-
uses: actions/cache@v2
37+
uses: actions/cache@v4
4138
with:
4239
path: vendor
4340
key: ${{ runner.os }}-php-composer-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.1",
12+
"php": ">=7.4",
1313
"ext-json": "*"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)