Skip to content

Commit b757de5

Browse files
authored
Chore/check ci (#34)
* Bump stuff * Change ci config * Revert ci config * Test without repositories * Test without key * revert key * trigger build
1 parent 8cdb944 commit b757de5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
orbs:
44
ci-caching: jobcloud/[email protected]
5-
ci-php: jobcloud/ci-php@2.0
5+
ci-php: jobcloud/ci-php@2.1
66

77
workflows:
88
test-console-kafka-schema-registry:

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"symfony/console": "^4.3|^5.1"
2727
},
2828
"require-dev": {
29-
"infection/infection": "^0.25",
29+
"infection/infection": "^0.26",
3030
"phpstan/phpstan": "^0.12",
3131
"phpunit/phpunit": "^9.5",
3232
"rregeer/phpunit-coverage-check": "^0.3.1",
@@ -37,5 +37,10 @@
3737
"Jobcloud\\SchemaConsole\\": "src/",
3838
"Jobcloud\\SchemaConsole\\Tests\\": "tests/"
3939
}
40+
},
41+
"config": {
42+
"allow-plugins": {
43+
"infection/extension-installer": false
44+
}
4045
}
4146
}

0 commit comments

Comments
 (0)