Skip to content

Commit c00926a

Browse files
committed
Exclude symfony 6 with php 7.4
1 parent 707fbea commit c00926a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
matrix:
1919
php: ["7.4", "8.0"]
2020
symfony: ["^4.4", "^5.4", "6.0"]
21+
exclude:
22+
- php: "7.4"
23+
symfony: "6.0"
2124

2225
steps:
2326
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)