We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5f7b6 commit 780be7eCopy full SHA for 780be7e
.github/workflows/continuous-integration.yml
@@ -35,7 +35,6 @@ jobs:
35
symfony-require: "5.1.*"
36
- php-version: 8.0
37
composer-flags: "--ignore-platform-reqs"
38
- symfony-deprecations: "max[self]=0"
39
40
steps:
41
- name: "Checkout"
@@ -77,7 +76,5 @@ jobs:
77
76
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
78
79
- name: "Run PHPUnit"
80
- env:
81
- SYMFONY_DEPRECATIONS_HELPER: "${{ matrix.symfony-deprecations }}"
82
if: "${{ matrix.coverage == '' }}"
83
run: "./phpunit"
0 commit comments