Skip to content

Commit 950fa68

Browse files
committed
Disable deprecation failure threshold in CI
1 parent 8eb64be commit 950fa68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
name: PHP ${{ matrix.php-version }} + Symfony ${{ matrix.symfony-version }}
1111
runs-on: ubuntu-latest
12-
continue-on-error: ${{ matrix.php-version == '8.4' }}
12+
continue-on-error: false
1313
strategy:
1414
fail-fast: false
1515
matrix:
@@ -78,3 +78,5 @@ jobs:
7878

7979
- name: Run PHPUnit
8080
run: vendor/bin/simple-phpunit -v
81+
env:
82+
SYMFONY_DEPRECATIONS_HELPER: max[total]=999999

0 commit comments

Comments
 (0)