We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f4a09 commit 7ea359eCopy full SHA for 7ea359e
1 file changed
.github/workflows/tests.yml
@@ -22,6 +22,8 @@ jobs:
22
symfony: '8'
23
- php: '8.0'
24
symfony: '7'
25
+ - php: '8.0'
26
+ symfony: '8'
27
- php: '8.1'
28
29
@@ -93,7 +95,7 @@ jobs:
93
95
command: composer update --no-interaction --no-progress
94
96
97
- name: Execute PHPUnit
- run: vendor/bin/phpunit
98
+ run: vendor/bin/phpunit --display-deprecations
99
env:
100
CHROME_PATH: /opt/hostedtoolcache/setup-chrome/chromium/122.0.6261.128/x64/chrome
101
CHROME_NO_SANDBOX: true
0 commit comments