Skip to content

Commit 72aa51e

Browse files
committed
Fix SYMFONY_REQUIRE env var.
1 parent dd91cd7 commit 72aa51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- 1337:1337
3333

3434
env:
35-
SYMFONY_VERSION: ${{ matrix.symfony-version }}
35+
SYMFONY_REQUIRE: ${{ matrix.symfony-version }}
3636

3737
strategy:
3838
fail-fast: false

0 commit comments

Comments
 (0)