We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb42218 commit 08d1662Copy full SHA for 08d1662
.github/workflows/lint-php-cs.yml
@@ -31,7 +31,7 @@ jobs:
31
id: versions
32
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
33
34
- - name: Set up php${{ steps.versions.outputs.php-available }}
+ - name: Set up php${{ steps.versions.outputs.php-min }}
35
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
36
with:
37
php-version: ${{ steps.versions.outputs.php-available }}
0 commit comments