File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 php : [8.0, 8.1]
12- symfony : [4.4, 5.4]
12+ symfony : [" 4.4.*", " 5.4.*" ]
1313
1414 steps :
1515 - name : Checkout code
@@ -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
8383 - name : Run test suite
8484 run : |
8585 php vendor/bin/codecept build -c framework-tests
86- php vendor/bin/codecept run Functional -c framework-tests
86+ php vendor/bin/codecept run Functional -c framework-tests
You can’t perform that action at this time.
0 commit comments