Skip to content

Commit 63a20bd

Browse files
committed
ci(psalm): Ensure that phpVersion minimum is enforced
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 83e177b commit 63a20bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/psalm.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
id: versions
2828
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
2929

30+
- name: Check enforcement of minimum PHP version ${{ steps.versions.outputs.php-min }} in psalm.xml
31+
run: grep 'phpVersion="${{ steps.versions.outputs.php-min }}'
32+
3033
- name: Set up php${{ steps.versions.outputs.php-available }}
3134
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
3235
with:

0 commit comments

Comments
 (0)