Skip to content

Commit 51e25bd

Browse files
authored
Fix Github Actions workflow
1 parent f13f29d commit 51e25bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
coverage: none
2525

2626
- name: Checkout Symfony 4.4 Sample
27-
if: matrix.symfony == "4.4.*"
27+
if: "matrix.symfony == '4.4.*'"
2828
uses: actions/checkout@v2
2929
with:
3030
repository: Codeception/symfony-module-tests
3131
path: framework-tests
3232
ref: 4.4_codecept5
3333

3434
- name: Checkout Symfony 5.4 Sample
35-
if: matrix.symfony == "5.4.*"
35+
if: "matrix.symfony == '5.4.*'"
3636
uses: actions/checkout@v2
3737
with:
3838
repository: Codeception/symfony-module-tests

0 commit comments

Comments
 (0)