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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2021-11-29 14:03:26 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2021-12-16 11:43:31 +0300
commit4f7b9cc6b2b775dca053f0fa1423353335c153d1 (patch)
tree291a468def8dae3b40344dcb741b51c0c58e79aa /.github
parent743267eba4bf0558337dcb47f0f8c382f2b25b69 (diff)
Add 8.1 tests to CI
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/oci.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index db6f9bbf40c..3158b97e0c5 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ['7.3', '7.4', '8.0']
+ php-versions: ['7.3', '7.4', '8.0', '8.1']
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index b30960bdba2..4fcfc7ff04e 100644
--- a/.github/workflows/oci.yml
+++ b/.github/workflows/oci.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- php-versions: [ '7.3', '7.4', '8.0' ]
+ php-versions: [ '7.3', '7.4', '8.0', '8.1']
databases: [ 'oci' ]
name: php${{ matrix.php-versions }}-${{ matrix.databases }}