Skip to content

Commit c9c83d5

Browse files
committed
feat: adjust symfony test
1 parent 9c60fba commit c9c83d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests-upcoming-symfony.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
ini-values: date.timezone=UTC
2525

2626
- name: 'Install project dependencies'
27-
#env:
28-
#SYMFONY_REQUIRE: '6.0.x@dev'
27+
env:
28+
SYMFONY_REQUIRE: '6.0.x@dev'
2929
run: |
3030
composer global require --no-progress --no-scripts --no-plugins symfony/flex
31-
composer require symfony/phpunit-bridge
3231
composer config minimum-stability dev
3332
composer config prefer-stable false
3433
composer update --no-interaction --optimize-autoloader
34+
composer require symfony/phpunit-bridge
3535
3636
- name: 'Run tests'
3737
env:

0 commit comments

Comments
 (0)