Skip to content

Commit a984ccd

Browse files
committed
Run Psalm as part of the CI job so it always runs on all PHPs
1 parent f187c7c commit a984ccd

File tree

2 files changed

+4
-35
lines changed

2 files changed

+4
-35
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
phpunit:
10+
ci:
1111
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1212
runs-on: ${{ matrix.operating-system }}
1313
strategy:
@@ -35,3 +35,6 @@ jobs:
3535

3636
- name: PHPStan analysis
3737
run: vendor/bin/phpstan
38+
39+
- name: Psalm static analysis
40+
run: psalm

.github/workflows/psalm.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)