Skip to content

Commit 046f1f7

Browse files
committed
Fix Symfony version
1 parent eea4f23 commit 046f1f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: composer global config --no-plugins allow-plugins.symfony/flex true
3030
- run: composer global require --no-scripts symfony/flex
3131

32-
- run: composer config extra.symfony.require ~8.0.0
32+
- run: composer config extra.symfony.require ~7.4.0
3333

3434
- run: composer update --prefer-dist
3535

0 commit comments

Comments
 (0)