Skip to content

Commit 07966a4

Browse files
committed
fix php-versions
1 parent 0635fc4 commit 07966a4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
strategy:
5151
matrix:
5252
php-version:
53-
- '7.1'
5453
- '7.2'
5554
- '7.3'
5655
- '7.4'
@@ -110,9 +109,6 @@ jobs:
110109
- php-version: '7.4'
111110
composer-options: '--prefer-stable'
112111
symfony-version: '5.4.*'
113-
- php-version: '7.4'
114-
composer-options: '--prefer-stable'
115-
symfony-version: '6.0.*'
116112
- php-version: '8.0'
117113
composer-options: '--prefer-stable'
118114
symfony-version: '5.3.*'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.1.3||^8.0",
18+
"php": "^7.2||^8.0",
1919
"psr/container": "^1.0",
2020
"symfony/config": "^4.4||^5.0||^6.0",
2121
"symfony/dependency-injection": "^4.4||^5.0||^6.0",

0 commit comments

Comments
 (0)