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

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-04-04 11:59:56 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-04-04 11:59:56 +0300
commit025b7401245c2be5cd6290806b0f5872437c41d3 (patch)
treed63bf77043545fed5724cd7e0f3a59414187f17e /.github
parent60c2906c19ed0009d1af888e58f72d52455a69ce (diff)
Use setup-php@v2
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index cf121094..e3003213 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -38,7 +38,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
@@ -107,7 +107,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
@@ -173,7 +173,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