Skip to content

Commit a6535f2

Browse files
committed
fix
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 87c8603 commit a6535f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-php-cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: versions
3434
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
3535

36-
- name: Set up php${{ steps.versions.outputs.php-available }}
36+
- name: Set up php${{ steps.versions.outputs.php-min }}
3737
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0
3838
with:
3939
php-version: ${{ steps.versions.outputs.php-min }}

0 commit comments

Comments
 (0)