Skip to content

Commit 7ea359e

Browse files
Update tests.yml
1 parent 94f4a09 commit 7ea359e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
symfony: '8'
2323
- php: '8.0'
2424
symfony: '7'
25+
- php: '8.0'
26+
symfony: '8'
2527
- php: '8.1'
2628
symfony: '7'
2729
- php: '8.1'
@@ -93,7 +95,7 @@ jobs:
9395
command: composer update --no-interaction --no-progress
9496

9597
- name: Execute PHPUnit
96-
run: vendor/bin/phpunit
98+
run: vendor/bin/phpunit --display-deprecations
9799
env:
98100
CHROME_PATH: /opt/hostedtoolcache/setup-chrome/chromium/122.0.6261.128/x64/chrome
99101
CHROME_NO_SANDBOX: true

0 commit comments

Comments
 (0)