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