Commit 9efe1db
committed
Limit PHP support to 7.4 and 8.0 for Symfony 5
Update requirements to strictly PHP 7.4.x and 8.0.x only (no 8.1+):
- composer.json: php ^7.4 || ~8.0.0
- CI matrix: Remove PHP 8.1, keep only 7.4 and 8.0
This makes symfony-5 a true transition branch between legacy (7.4)
and symfony-6+ which requires 8.0+/8.1+.1 parent c192fdf commit 9efe1db
2 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments