Skip to content

Commit b7032f4

Browse files
NGSTACK-1017 test lowest safe symfony deps
1 parent deb9abf commit b7032f4

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/static_analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ 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 ~7.4.13
32+
- run: composer config extra.symfony.require ~7.4.0
3333

34-
- run: composer update --prefer-dist
34+
- run: composer update --prefer-dist --with-all-dependencies
3535

36-
- run: composer ${{ matrix.script }}
36+
- run: composer ${{ matrix.script }}

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"symfony/routing": "^7.4.13 || ^8.0.13",
2626
"symfony/http-foundation": "^7.4.13 || ^8.0.13",
2727
"symfony/security-http": "^7.4.13 || ^8.0.13",
28-
"symfony/yaml": "^7.4.13 || ^8.0.13",
29-
"symfony/config": "^7.4.13 || ^8.0.13",
30-
"symfony/dependency-injection": "^7.4.13 || ^8.0.13",
31-
"symfony/event-dispatcher": "^7.4.13 || ^8.0.13",
32-
"symfony/http-kernel": "^7.4.13 || ^8.0.13",
33-
"symfony/property-access": "^7.4.13 || ^8.0.13",
34-
"symfony/framework-bundle": "^7.4.13 || ^8.0.13",
35-
"symfony/console": "^7.4.13 || ^8.0.13",
36-
"symfony/security-core": "^7.4.13 || ^8.0.13",
28+
"symfony/yaml": "^7.4.12 || ^8.0.12",
29+
"symfony/config": "^7.4 || ^8.0",
30+
"symfony/dependency-injection": "^7.4 || ^8.0",
31+
"symfony/event-dispatcher": "^7.4 || ^8.0",
32+
"symfony/http-kernel": "^7.4 || ^8.0",
33+
"symfony/property-access": "^7.4 || ^8.0",
34+
"symfony/framework-bundle": "^7.4 || ^8.0",
35+
"symfony/console": "^7.4 || ^8.0",
36+
"symfony/security-core": "^7.4 || ^8.0",
3737
"api-platform/symfony": "^4.2",
3838
"api-platform/doctrine-orm": "^4.2",
3939
"lexik/jwt-authentication-bundle": "^3.1",

0 commit comments

Comments
 (0)