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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-04 11:02:12 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-04 11:02:12 +0300
commit6a5371d858ab609cd8fec0485c8d248f18762d96 (patch)
tree2d2f2e37a28cda1f979f92d1992a2a866520d881
parent070be9103172bea470c33a554c94c7c44eace7b5 (diff)
Update master php testing versionsupdate-master-php-testing-versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/test.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index ee8c6f2..53f0906 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: [7.2, 7.3, 7.4, 8.0]
+ php-versions: ["7.2", "7.3", "7.4", "8.0", "8.1"]
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5b0371b..f2ed156 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-version: [7.4, 8.0]
+ php-version: ["7.4", "8.0", "8.1"]
nextcloud-version: ['master']
include:
- php-version: 7.4