@@ -10,7 +10,6 @@ concurrency:
10
10
11
11
env :
12
12
COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
13
- SYMFONY_DEPRECATIONS_HELPER : max[self]=0
14
13
15
14
jobs :
16
15
commitlint :
@@ -552,8 +551,6 @@ jobs:
552
551
php :
553
552
- ' 8.2'
554
553
fail-fast : false
555
- env :
556
- SYMFONY_DEPRECATIONS_HELPER : max[total]=0
557
554
steps :
558
555
- name : Checkout
559
556
uses : actions/checkout@v3
@@ -592,9 +589,6 @@ jobs:
592
589
php :
593
590
- ' 8.2'
594
591
fail-fast : false
595
- # env:
596
- # See https://github.com/doctrine/DoctrineMongoDBBundle/pull/673
597
- # SYMFONY_DEPRECATIONS_HELPER: max[direct]=0
598
592
steps :
599
593
- name : Checkout
600
594
uses : actions/checkout@v3
@@ -713,6 +707,8 @@ jobs:
713
707
run : tests/Fixtures/app/console cache:clear --ansi
714
708
- name : Run PHPUnit tests
715
709
run : vendor/bin/simple-phpunit --log-junit build/logs/phpunit/junit.xml
710
+ env :
711
+ SYMFONY_DEPRECATIONS_HELPER : max[direct]=0&ignoreFile=./tests/.ignored-deprecations
716
712
717
713
windows-behat :
718
714
name : Windows Behat (PHP ${{ matrix.php }}) (SQLite)
@@ -765,9 +761,6 @@ jobs:
765
761
php :
766
762
- ' 8.2'
767
763
fail-fast : false
768
- # env:
769
- # See https://github.com/doctrine/DoctrineMongoDBBundle/pull/673
770
- # SYMFONY_DEPRECATIONS_HELPER: max[direct]=0
771
764
steps :
772
765
- name : Checkout
773
766
uses : actions/checkout@v3
@@ -798,6 +791,8 @@ jobs:
798
791
run : tests/Fixtures/app/console cache:clear --ansi
799
792
- name : Run PHPUnit tests
800
793
run : vendor/bin/simple-phpunit
794
+ env :
795
+ SYMFONY_DEPRECATIONS_HELPER : max[self]=0&ignoreFile=./tests/.ignored-deprecations
801
796
802
797
behat-symfony-lowest :
803
798
name : Behat (PHP ${{ matrix.php }}) (Symfony lowest)
0 commit comments