We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e177b commit 63a20bdCopy full SHA for 63a20bd
.github/workflows/psalm.yml
@@ -27,6 +27,9 @@ jobs:
27
id: versions
28
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
29
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
+
33
- name: Set up php${{ steps.versions.outputs.php-available }}
34
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
35
with:
0 commit comments