Skip to content

Commit 8e100f1

Browse files
committed
feat: adjust symfony test
1 parent fc8609e commit 8e100f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ 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
3131
composer config minimum-stability dev

0 commit comments

Comments
 (0)