We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c60fba commit c9c83d5Copy full SHA for c9c83d5
1 file changed
.github/workflows/tests-upcoming-symfony.yaml
@@ -24,14 +24,14 @@ jobs:
24
ini-values: date.timezone=UTC
25
26
- name: 'Install project dependencies'
27
- #env:
28
- #SYMFONY_REQUIRE: '6.0.x@dev'
+ env:
+ SYMFONY_REQUIRE: '6.0.x@dev'
29
run: |
30
composer global require --no-progress --no-scripts --no-plugins symfony/flex
31
- composer require symfony/phpunit-bridge
32
composer config minimum-stability dev
33
composer config prefer-stable false
34
composer update --no-interaction --optimize-autoloader
+ composer require symfony/phpunit-bridge
35
36
- name: 'Run tests'
37
env:
0 commit comments