File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 28
28
- " 8.4"
29
29
update-packages :
30
30
- " "
31
- run-infection :
32
- - " "
33
31
34
32
include :
35
33
- php-version : " 8.1"
40
38
update-packages : doctrine/orm:^3.0 doctrine/dbal:^4.0 carbonphp/carbon-doctrine-types:^3 gedmo/doctrine-extensions:^3
41
39
- php-version : " 8.4"
42
40
update-packages : doctrine/orm:^3.0 doctrine/dbal:^4.0 carbonphp/carbon-doctrine-types:^3 gedmo/doctrine-extensions:^3
43
- - php-version : " 8.4"
44
- run-infection : " true"
45
- update-packages : infection/infection
46
41
47
42
steps :
48
43
- name : " Checkout"
@@ -79,12 +74,10 @@ jobs:
79
74
80
75
- name : " Run platform matrix test"
81
76
run : vendor/bin/phpunit --group=platform
82
- if : ${{ matrix.run-infection == '' }}
83
77
84
78
- name : " Run infection"
85
79
run : vendor/bin/infection
86
80
# run: vendor/bin/infection --git-diff-filter=AM
87
- if : ${{ matrix.run-infection != '' }}
88
81
89
82
services :
90
83
postgres :
You can’t perform that action at this time.
0 commit comments