Include Symfony ^5.2 in the matrix

This commit is contained in:
Kamil Kokot 2020-12-09 13:34:55 +01:00
parent 3384d30d04
commit 6b9a46e114
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
php: [7.3, 7.4]
symfony: [^4.4]
symfony: [^4.4, ^5.2]
steps:
-

View file

@ -49,7 +49,7 @@ jobs:
fail-fast: false
matrix:
php: [7.3, 7.4]
symfony: [4.4.*]
symfony: [^4.4, ^5.2]
package: "${{ fromJson(needs.list.outputs.packages) }}"
steps: