Skip to content

Commit 08d1662

Browse files
committed
ci(php-lint): use minimal version for php linting for compatibility
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent cb42218 commit 08d1662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

34-
- name: Set up php${{ steps.versions.outputs.php-available }}
34+
- name: Set up php${{ steps.versions.outputs.php-min }}
3535
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
3636
with:
3737
php-version: ${{ steps.versions.outputs.php-available }}

0 commit comments

Comments
 (0)