Skip to content

Commit 5ff4215

Browse files
committed
Update nodejs version
1 parent a3bbd27 commit 5ff4215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/symfony?serverVersion=8.0&charset=utf8mb4
6565

6666
- name: Run functional and integration test suite
67-
run: php -dmax_execution_time=300 vendor/bin/phpunit --testsuite functional,integration
67+
run: php -dmax_execution_time=300 vendor/bin/phpunit --display-deprecations --testsuite functional,integration
6868
env:
6969
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/symfony?serverVersion=8.0&charset=utf8mb4
7070

0 commit comments

Comments
 (0)