summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-12-30 11:05:32 +0100
committerGitHub <noreply@github.com>2022-12-30 11:05:32 +0100
commit21254b02ebe696ba1028ae91180e21d797061f00 (patch)
treebcd0523d1a802a4d913ced0ea29ee3d657377d07 /.github
parent0459f58a0389375f97075b585ebe9a51794e8b35 (diff)
downloadnextcloud-server-21254b02ebe696ba1028ae91180e21d797061f00.tar.gz
nextcloud-server-21254b02ebe696ba1028ae91180e21d797061f00.zip
fix(actions): php-lint
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-php.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml
index ad3add22d60..fc0e268f973 100644
--- a/.github/workflows/lint-php.yml
+++ b/.github/workflows/lint-php.yml
@@ -25,16 +25,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ["8.0", "8.1", "8.2"]
+ php-versions: [ "8.0", "8.1", "8.2" ]
name: php-lint
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
- name: Set up php ${{ matrix.php-versions }}
- uses: shivammathur/setup-php@v2
+ uses: shivammathur/setup-php@1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 # v2
with:
php-version: ${{ matrix.php-versions }}
coverage: none
@@ -54,4 +54,4 @@ jobs:
steps:
- name: Summary status
- run: if ${{ needs.php-lint.result != "success" && needs.php-lint.result != "skipped" }}; then exit 1; fi
+ run: if ${{ needs.php-lint.result != 'success' && needs.php-lint.result != 'skipped' }}; then exit 1; fi