mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Include Symfony ^5.2 in the matrix
This commit is contained in:
parent
3384d30d04
commit
6b9a46e114
2 changed files with 2 additions and 2 deletions
2
.github/workflows/application.yml
vendored
2
.github/workflows/application.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
php: [7.3, 7.4]
|
||||
symfony: [^4.4]
|
||||
symfony: [^4.4, ^5.2]
|
||||
|
||||
steps:
|
||||
-
|
||||
|
|
|
|||
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue