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

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-05-16 19:45:35 +0300
committersualko <klaus@jsxc.org>2021-05-16 19:45:35 +0300
commit58d7adf91ba77b94f95661d2314f5a4e6747219d (patch)
treeda72586e2bdc941a858ab0ff3e2d62cff5adf485
parent8698fb9a7398dfce21396df2916a796e32b5a543 (diff)
ci: fix nc version for php 8
-rw-r--r--.github/workflows/php-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml
index 7d1798f..cb6de1a 100644
--- a/.github/workflows/php-test.yml
+++ b/.github/workflows/php-test.yml
@@ -18,7 +18,7 @@ jobs:
- php-versions: '7.2'
nextcloud-versions: 'stable20'
- php-versions: '8.0'
- nextcloud-versions: 'stable20'
+ nextcloud-versions: 'stable21'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env:
CI: true