Skip to content

Commit 86a92ff

Browse files
committed
Remove PHP 7.1 from github actions
1 parent ec6b4fc commit 86a92ff

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/tests-code-coverage.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php-version:
19-
- "7.2"
20-
- "7.3"
2119
- "7.4"
2220
- "8.0"
2321
- "8.1"

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php-version:
19-
- "7.1"
19+
- "7.4"
2020
- "8.0"
2121
- "8.1"
2222
- "8.2"

0 commit comments

Comments
 (0)