Skip to content

Commit

Permalink
[CI] Remove marking Symfony 5.2 builds as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jan 21, 2021
1 parent fdb07fa commit a91875c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
php: [7.3, 7.4]
symfony: [^4.4, ^5.2]

continue-on-error: ${{ matrix.symfony == '^5.2' }}

steps:
-
uses: actions/checkout@v2
Expand Down Expand Up @@ -123,8 +121,6 @@ jobs:
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 }}"
Expand Down Expand Up @@ -254,8 +250,6 @@ jobs:
node: [10.x]
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 }}"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
symfony: [^4.4, ^5.2]
package: "${{ fromJson(needs.list.outputs.packages) }}"

continue-on-error: ${{ matrix.symfony == '^5.2' }}

steps:
-
uses: actions/checkout@v2
Expand Down

0 comments on commit a91875c

Please sign in to comment.