Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2020-11-14 01:47:52 +0300
committerGitHub <noreply@github.com>2020-11-14 01:47:52 +0300
commit1f3f7cb5f03efdb7f875bdfeb428c452b80edf68 (patch)
treedbc289ce85080c92b5da571cbb26cffc5a92b055 /.github
parentef454bb6b220b20f59d3d04856fbd281a1394c30 (diff)
parentc408a0c78d5ee32ed0b49295ccde97e10165b302 (diff)
Merge pull request #1219 from nextcloud/error-handling
Error handling
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/app-code-check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/app-code-check.yml b/.github/workflows/app-code-check.yml
index c0b43fe8..bc6d4d77 100644
--- a/.github/workflows/app-code-check.yml
+++ b/.github/workflows/app-code-check.yml
@@ -40,7 +40,7 @@ jobs:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
- uses: shivammathur/setup-php@v1
+ uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit