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

github.com/nextcloud/files_downloadactivity.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 10:54:04 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-04 10:54:04 +0300
commit73a68dea30f6d6613159d6c8ba62c4fcaaadb126 (patch)
tree4dba4cd463a970c4804185f72962a9e3a7b04310
parentb8a86b79658347e18cfee4bd173d335b7072f136 (diff)
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/phpunit.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 4cae3b5..95abdef 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
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 }}
steps:
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 087fdea..c347d09 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -18,7 +18,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- php-versions: ['7.3', '7.4', '8.0']
+ php-versions: ['7.3', '7.4', '8.0', "8.1"]
databases: ['sqlite']
server-versions: ['master', 'stable23', 'stable22', 'stable21']