File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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.*" ]
13
13
14
14
steps :
15
15
- name : Checkout code
@@ -24,15 +24,15 @@ jobs:
24
24
coverage : none
25
25
26
26
- name : Checkout Symfony 4.4 Sample
27
- if : matrix.symfony == 4.4
27
+ if : matrix.symfony == " 4.4.*"
28
28
uses : actions/checkout@v2
29
29
with :
30
30
repository : Codeception/symfony-module-tests
31
31
path : framework-tests
32
32
ref : 4.4_codecept5
33
33
34
34
- name : Checkout Symfony 5.4 Sample
35
- if : matrix.symfony == 5.4
35
+ if : matrix.symfony == " 5.4.*"
36
36
uses : actions/checkout@v2
37
37
with :
38
38
repository : Codeception/symfony-module-tests
83
83
- name : Run test suite
84
84
run : |
85
85
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