Skip to content

Commit dbf8df0

Browse files
committed
run psalm against php 8.4
1 parent f53af7c commit dbf8df0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/ci.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@ jobs:
1111
uses: innmind/github-workflows/.github/workflows/coverage-matrix.yml@main
1212
secrets: inherit
1313
psalm:
14-
uses: innmind/github-workflows/.github/workflows/psalm-matrix.yml@main
14+
uses: innmind/github-workflows/.github/workflows/psalm.yml@main
15+
strategy:
16+
matrix:
17+
php-version: ['8.2', '8.3', '8.4']
18+
dependency-versions: ['lowest', 'highest']
19+
name: 'Psalm'
20+
with:
21+
php-version: ${{ matrix.php-version }}
22+
dependency-versions: ${{ matrix.dependency-versions }}
1523
cs:
1624
uses: innmind/github-workflows/.github/workflows/cs.yml@main
1725
with:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"require-dev": {
33-
"vimeo/psalm": "~5.6",
33+
"vimeo/psalm": "~5.6|dev-master",
3434
"innmind/black-box": "^5.5.1",
3535
"innmind/coding-standard": "~2.0"
3636
},

0 commit comments

Comments
 (0)