Skip to content

Commit 4ae8727

Browse files
authored
Update CI workflow and dependencies (#27)
Signed-off-by: Marcel Strahl <info@marcel-strahl.de>
1 parent 6c359b2 commit 4ae8727

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: "composer test"
7272

7373
- name: "Run PHP CS Check"
74-
run: "PHP_CS_FIXER_IGNORE_ENV=1 composer cs-check"
74+
run: "composer cs-check"
7575

7676
- name: "Run Psalm"
7777
run: "composer psalm"
@@ -107,7 +107,7 @@ jobs:
107107
run: "composer test"
108108

109109
- name: "Run PHP CS Check"
110-
run: "PHP_CS_FIXER_IGNORE_ENV=1 composer cs-check"
110+
run: "composer cs-check"
111111

112112
- name: "Run Psalm"
113113
run: "composer psalm"
@@ -151,6 +151,4 @@ jobs:
151151
run: "composer psalm"
152152

153153
- name: "Run infection"
154-
env:
155-
INFECTION_BADGE_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
156154
run: "composer infection-ci"

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"ext-bcmath": "*"
1717
},
1818
"require-dev": {
19-
"friendsofphp/php-cs-fixer": "^3.51",
20-
"infection/infection": "^0.27.10",
19+
"friendsofphp/php-cs-fixer": "^3.68",
20+
"infection/infection": "^0.29.10",
2121
"phpstan/extension-installer": "*",
22-
"phpunit/phpunit": "^10.5 | ^11.0",
23-
"psalm/plugin-phpunit": "^0.18",
24-
"squizlabs/php_codesniffer": "^3.9",
25-
"vimeo/psalm": "^5.4"
22+
"phpunit/phpunit": "^10.5 | ^11.5",
23+
"psalm/plugin-phpunit": "^0.19",
24+
"squizlabs/php_codesniffer": "^3.11",
25+
"vimeo/psalm": "^5.0|^6.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)