File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
php : [8.0, 8.1]
12
- symfony : ["4.4.*", "5.4.*"]
12
+ symfony : ["4.4.*", "5.4.*", "6.0.*" ]
13
13
14
14
steps :
15
15
- name : Checkout code
@@ -29,15 +29,23 @@ jobs:
29
29
with :
30
30
repository : Codeception/symfony-module-tests
31
31
path : framework-tests
32
- ref : 4.4_codecept5
32
+ ref : " 4.4_codecept5"
33
33
34
34
- name : Checkout Symfony 5.4 Sample
35
35
if : " matrix.symfony == '5.4.*'"
36
36
uses : actions/checkout@v2
37
37
with :
38
38
repository : Codeception/symfony-module-tests
39
39
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"
41
49
42
50
- name : Get composer cache directory
43
51
id : composer-cache
You can’t perform that action at this time.
0 commit comments