[CI] Mark Symfony ^5.2 builds as experimental

This commit is contained in:
Kamil Kokot 2021-01-12 13:48:31 +01:00
parent 2655e7f2d0
commit 447e865027
2 changed files with 10 additions and 2 deletions

View file

@ -31,6 +31,8 @@ jobs:
matrix:
php: [7.3, 7.4]
symfony: [^4.4, ^5.2]
continue-on-error: ${{ matrix.symfony == '^5.2' }}
steps:
-
@ -118,9 +120,11 @@ jobs:
fail-fast: false
matrix:
php: [7.3, 7.4]
symfony: [^4.4]
symfony: [^4.4, ^5.2]
mysql: [5.7]
continue-on-error: ${{ matrix.symfony == '^5.2' }}
env:
APP_ENV: test_cached
DATABASE_URL: "mysql://root:root@127.0.0.1/sylius?serverVersion=${{ matrix.mysql }}"
@ -246,9 +250,11 @@ jobs:
fail-fast: false
matrix:
php: [7.3, 7.4]
symfony: [^4.4]
symfony: [^4.4, ^5.2]
node: [10.x]
mysql: [5.7]
continue-on-error: ${{ matrix.symfony == '^5.2' }}
env:
APP_ENV: test_cached

View file

@ -51,6 +51,8 @@ jobs:
php: [7.3, 7.4]
symfony: [^4.4, ^5.2]
package: "${{ fromJson(needs.list.outputs.packages) }}"
continue-on-error: ${{ matrix.symfony == '^5.2' }}
steps:
-