We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ee6c6 commit 660517fCopy full SHA for 660517f
.github/workflows/continuous-integration.yml
@@ -17,12 +17,6 @@ jobs:
17
strategy:
18
matrix:
19
php-version:
20
- - "5.3"
21
- - "5.4"
22
- - "5.5"
23
- - "5.6"
24
- - "7.0"
25
- - "7.1"
26
- "7.2"
27
- "7.3"
28
- "7.4"
@@ -33,10 +27,10 @@ jobs:
33
dependencies: [highest]
34
experimental: [false]
35
29
include:
36
- - php-version: "5.3"
30
+ - php-version: "7.2"
37
31
dependencies: highest
38
32
experimental: false
39
40
dependencies: lowest
41
42
# - php-version: "8.0"
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
+ - "7.2"
- "latest"
steps:
0 commit comments