Skip to content

Commit 3c56989

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

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 6 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"

.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)