File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
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.*", "6.0.*" ]
1313
1414 steps :
1515 - name : Checkout code
@@ -29,15 +29,23 @@ jobs:
2929 with :
3030 repository : Codeception/symfony-module-tests
3131 path : framework-tests
32- ref : 4.4_codecept5
32+ ref : " 4.4_codecept5"
3333
3434 - name : Checkout Symfony 5.4 Sample
3535 if : " matrix.symfony == '5.4.*'"
3636 uses : actions/checkout@v2
3737 with :
3838 repository : Codeception/symfony-module-tests
3939 path : framework-tests
40- ref : 5.4_codecept5
40+ ref : " 5.4_codecept5"
41+
42+ - name : Checkout Symfony 6.0 Sample
43+ if : " matrix.symfony == '6.0.*'"
44+ uses : actions/checkout@v2
45+ with :
46+ repository : Codeception/symfony-module-tests
47+ path : framework-tests
48+ ref : " 6.0"
4149
4250 - name : Get composer cache directory
4351 id : composer-cache
You can’t perform that action at this time.
0 commit comments