Skip to content

Commit 73e5b88

Browse files
committed
Remove 7.1
1 parent bda36eb commit 73e5b88

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,11 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1]
13+
php: [7.2, 7.3, 7.4, 8.0, 8.1]
1414
symfony: [4.x, 5.x, 6.x]
1515
dependency-version: [prefer-lowest, prefer-stable]
1616
os: [ubuntu-latest]
1717
exclude:
18-
- symfony: 5.x
19-
php: 7.1
20-
- symfony: 6.x
21-
php: 7.1
2218
- symfony: 6.x
2319
php: 7.2
2420
- symfony: 6.x

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.1.3|^8.0",
15+
"php": "^7.2|^8.0",
1616
"symfony/http-foundation": "^4|^5|^6",
1717
"symfony/http-kernel": "^4|^5|^6"
1818
},

0 commit comments

Comments
 (0)