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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-05-06 15:56:39 +0300
committerVitor Mattos <vitor@php.rio>2022-05-06 16:57:25 +0300
commitbfabb3b3785b78dc382e49689cfb4c881605b1b5 (patch)
tree83b0b0243366a7d492a0d903e499a1016c21ec81
parent0740d4c05b963cce5686425377088991f5ecb126 (diff)
Bump server version
Signed-off-by: Vitor Mattos <vitor@php.rio>
-rw-r--r--.github/workflows/phpunit.yml12
-rw-r--r--appinfo/info.xml3
2 files changed, 7 insertions, 8 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 9ebef0c..6e24f29 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -19,15 +19,11 @@ jobs:
databases: ['sqlite']
coverage: ['xdebug']
xdebug_mode: ['debug']
- server-versions: ['stable21', 'stable22', 'stable23', 'master']
+ server-versions: ['stable22', 'stable23', 'stable24', 'master']
include:
# used to run coverage only on 7.4-stable23
- php-versions: '7.4'
databases: 'sqlite'
- server-versions: 'stable21'
- xdebug_mode: debug
- - php-versions: '7.4'
- databases: 'sqlite'
server-versions: 'stable22'
xdebug_mode: debug
- php-versions: '7.4'
@@ -36,6 +32,10 @@ jobs:
xdebug_mode: coverage
- php-versions: '7.4'
databases: 'sqlite'
+ server-versions: 'stable24'
+ xdebug_mode: coverage
+ - php-versions: '7.4'
+ databases: 'sqlite'
server-versions: 'master'
xdebug_mode: debug
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -93,7 +93,7 @@ jobs:
working-directory: apps/${{ env.APP_NAME }}
env:
XDEBUG_MODE: ${{ matrix.xdebug_mode }}
- run: ./vendor/phpunit/phpunit/phpunit -c tests/phpunit.xml
+ run: ./vendor/bin/phpunit -c tests/phpunit.xml
- name: Download scrutinizer ocular.phar
if: ${{ matrix.php-versions == '7.4' && matrix.server-versions == 'stable23' }}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index bb948e3..37bddcd 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,8 +18,7 @@
<screenshot>https://raw.githubusercontent.com/ChristophWurst/twofactor_gateway/3f895bc997c1a3a38c9bae16ccae8bd499af864e/screenshots/settings.png</screenshot>
<screenshot>https://raw.githubusercontent.com/ChristophWurst/twofactor_gateway/3f895bc997c1a3a38c9bae16ccae8bd499af864e/screenshots/challenge.png</screenshot>
<dependencies>
- <php min-version="7.3" max-version="8.1"/>
- <nextcloud min-version="21" max-version="24"/>
+ <nextcloud min-version="22" max-version="25"/>
</dependencies>
<two-factor-providers>