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 2828 - " 8.4"
2929 update-packages :
3030 - " "
31- run-infection :
32- - " "
3331
3432 include :
3533 - php-version : " 8.1"
4038 update-packages : doctrine/orm:^3.0 doctrine/dbal:^4.0 carbonphp/carbon-doctrine-types:^3 gedmo/doctrine-extensions:^3
4139 - php-version : " 8.4"
4240 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
4641
4742 steps :
4843 - name : " Checkout"
@@ -79,12 +74,10 @@ jobs:
7974
8075 - name : " Run platform matrix test"
8176 run : vendor/bin/phpunit --group=platform
82- if : ${{ matrix.run-infection == '' }}
8377
8478 - name : " Run infection"
8579 run : vendor/bin/infection
8680 # run: vendor/bin/infection --git-diff-filter=AM
87- if : ${{ matrix.run-infection != '' }}
8881
8982 services :
9083 postgres :
You can’t perform that action at this time.
0 commit comments