We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2b7fb commit fa17253Copy full SHA for fa17253
.github/workflows/continuous-integration.yml
@@ -13,9 +13,6 @@ jobs:
13
strategy:
14
matrix:
15
php-version:
16
- - "7.1"
17
- - "7.2"
18
- - "7.3"
19
- "7.4"
20
- "8.0"
21
- "8.1"
@@ -37,7 +34,7 @@ jobs:
37
34
38
35
- name: Cache Composer packages
39
36
id: composer-cache
40
- uses: actions/cache@v2
+ uses: actions/cache@v4
41
with:
42
path: vendor
43
key: ${{ runner.os }}-php-composer-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
composer.json
@@ -9,7 +9,7 @@
9
}
10
],
11
"require": {
12
- "php": ">=7.1",
+ "php": ">=7.4",
"ext-json": "*"
},
"require-dev": {
0 commit comments