Commit 5731774 1 parent d099987 commit 5731774 Copy full SHA for 5731774
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144
144
composer show
145
145
146
146
- name : Run tests
147
- continue-on-error : ${{ matrix.stability == 'dev' }}
147
+ continue-on-error : ${{ matrix.stability == 'dev' || matrix.symfony_version == '7.2' }}
148
148
env :
149
149
SYMFONY_DEPRECATIONS_HELPER : " max[total]=999999&ignoreFile=./tests/baseline-ignore.txt"
150
150
run : |
@@ -153,7 +153,7 @@ jobs:
153
153
- name : Run Pretty URLs tests
154
154
# Symfony 5.4 version doesn't include the #[Route] attribute needed to run these tests (it only includes the @Route annotation)
155
155
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' }}
157
157
env :
158
158
USE_PRETTY_URLS : " 1"
159
159
SYMFONY_DEPRECATIONS_HELPER : " max[total]=999999&ignoreFile=./tests/baseline-ignore.txt"
You can’t perform that action at this time.
0 commit comments