Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit cc743ef

Browse files
committed
php7.1 removed
Signed-off-by: Finbarrs Oketunji <f@finbarrs.eu>
1 parent 8289f46 commit cc743ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
27-
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
27+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
2828
phpunit-versions: ['latest']
2929
include:
3030
- operating-system: 'ubuntu-latest'
@@ -43,7 +43,6 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
php-version:
46-
- "7.1"
4746
- "7.2"
4847
- "7.3"
4948
- "7.4"
@@ -85,7 +84,6 @@ jobs:
8584
- AUTOLOAD=0
8685
- AUTOLOAD=1
8786
php-version:
88-
- "7.1"
8987
- "7.2"
9088
- "7.3"
9189
- "7.4"

0 commit comments

Comments
 (0)