Skip to content

Commit c8cea86

Browse files
amberovskyAnton Zagorskii
and
Anton Zagorskii
authored
test symfony version typo fix (#58)
Co-authored-by: Anton Zagorskii <anton@paytronix.io>
1 parent 1c68a15 commit c8cea86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: vendor/bin/codecept run -v -g symfony-3
127127

128128
- name: "Run symfony 4 acceptance tests with codeception"
129-
if: matrix.symfony == '4'
129+
if: matrix.symfony-version == '4'
130130
run: vendor/bin/codecept run -v -g symfony-4
131131

132132
- name: "Run Symfony 5 acceptance tests with codeception"

0 commit comments

Comments
 (0)