Skip to content

Commit 660517f

Browse files
committed
ci: Remove PHP 5.3 - 7.1 from workflows
1 parent d6ee6c6 commit 660517f

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ jobs:
1717
strategy:
1818
matrix:
1919
php-version:
20-
- "5.3"
21-
- "5.4"
22-
- "5.5"
23-
- "5.6"
24-
- "7.0"
25-
- "7.1"
2620
- "7.2"
2721
- "7.3"
2822
- "7.4"
@@ -33,10 +27,10 @@ jobs:
3327
dependencies: [highest]
3428
experimental: [false]
3529
include:
36-
- php-version: "5.3"
30+
- php-version: "7.2"
3731
dependencies: highest
3832
experimental: false
39-
- php-version: "5.3"
33+
- php-version: "7.2"
4034
dependencies: lowest
4135
experimental: false
4236
# - php-version: "8.0"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
php-version:
16-
- "5.3"
16+
- "7.2"
1717
- "latest"
1818

1919
steps:

0 commit comments

Comments
 (0)