We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13f29d commit 51e25bdCopy full SHA for 51e25bd
.github/workflows/main.yml
@@ -24,15 +24,15 @@ jobs:
24
coverage: none
25
26
- name: Checkout Symfony 4.4 Sample
27
- if: matrix.symfony == "4.4.*"
+ if: "matrix.symfony == '4.4.*'"
28
uses: actions/checkout@v2
29
with:
30
repository: Codeception/symfony-module-tests
31
path: framework-tests
32
ref: 4.4_codecept5
33
34
- name: Checkout Symfony 5.4 Sample
35
- if: matrix.symfony == "5.4.*"
+ if: "matrix.symfony == '5.4.*'"
36
37
38
0 commit comments