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:
authordartcafe <github@dartcafe.de>2020-11-11 23:12:01 +0300
committerdartcafe <github@dartcafe.de>2020-11-11 23:12:01 +0300
commitc408a0c78d5ee32ed0b49295ccde97e10165b302 (patch)
treefdc251b63cdd96507bf31f5871f89011c1d16a74 /.github
parent6cf90aa16e754e6e3fe59f9e808a5d7102d784d2 (diff)
switch to shivammathur/setup-php@v2
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