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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-14 23:44:28 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2022-04-21 13:28:21 +0300
commite8a641d03c53b8b0ac55e88e4f0457a1cc947308 (patch)
tree98a50b7a9960a162a3c02a528e6d5a536f406a0c /.github
parente0d54c6df77a22e7678ddf38b953296f3898e8e6 (diff)
Update main target versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/static-analysis.yml2
-rw-r--r--.github/workflows/test.yml4
2 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index fa865f8a5..613ca877f 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ 'dev-master', 'dev-stable23', 'dev-stable22', 'dev-stable21' ]
+ ocp-version: [ 'dev-master', 'dev-stable24', 'dev-stable23', 'dev-stable22', 'dev-stable21' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0fef8b3a4..0dde0a1f3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,6 +16,10 @@ jobs:
nextcloud-versions: ['stable21', 'stable22', 'stable23']
include:
- php-versions: 7.4
+ nextcloud-versions: stable24
+ - php-versions: 8.0
+ nextcloud-versions: stable24
+ - php-versions: 7.4
nextcloud-versions: master
- php-versions: 8.0
nextcloud-versions: master