Skip to content

Commit 5731774

Browse files
committed
Temporary ignore errors in Symfony 7.2 branch
1 parent d099987 commit 5731774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
composer show
145145
146146
- name: Run tests
147-
continue-on-error: ${{ matrix.stability == 'dev' }}
147+
continue-on-error: ${{ matrix.stability == 'dev' || matrix.symfony_version == '7.2' }}
148148
env:
149149
SYMFONY_DEPRECATIONS_HELPER: "max[total]=999999&ignoreFile=./tests/baseline-ignore.txt"
150150
run: |
@@ -153,7 +153,7 @@ jobs:
153153
- name: Run Pretty URLs tests
154154
# Symfony 5.4 version doesn't include the #[Route] attribute needed to run these tests (it only includes the @Route annotation)
155155
if: ${{ matrix.symfony_version != '5.4' && matrix.composer_args != '--prefer-lowest' }}
156-
continue-on-error: ${{ matrix.stability == 'dev' }}
156+
continue-on-error: ${{ matrix.stability == 'dev' || matrix.symfony_version == '7.2' }}
157157
env:
158158
USE_PRETTY_URLS: "1"
159159
SYMFONY_DEPRECATIONS_HELPER: "max[total]=999999&ignoreFile=./tests/baseline-ignore.txt"

0 commit comments

Comments
 (0)