Skip to content

Commit 780be7e

Browse files
committed
No longer ignore self deprecations on php 8
1 parent 5d5f7b6 commit 780be7e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
symfony-require: "5.1.*"
3636
- php-version: 8.0
3737
composer-flags: "--ignore-platform-reqs"
38-
symfony-deprecations: "max[self]=0"
3938

4039
steps:
4140
- name: "Checkout"
@@ -77,7 +76,5 @@ jobs:
7776
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
7877
7978
- name: "Run PHPUnit"
80-
env:
81-
SYMFONY_DEPRECATIONS_HELPER: "${{ matrix.symfony-deprecations }}"
8279
if: "${{ matrix.coverage == '' }}"
8380
run: "./phpunit"

0 commit comments

Comments
 (0)