aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2025-01-23 08:38:35 +0100
committerJoas Schilling <coding@schilljs.com>2025-01-23 08:38:35 +0100
commitfbf8b80efaa47c00e4efab5ca659c36882ae8eb4 (patch)
treeab88132d17ed09268cf34cf4bf7ebc4315f5da13
parentbe557caec03d8298646f9fff6d07f7fb6e3a8716 (diff)
downloadnextcloud-server-fbf8b80efaa47c00e4efab5ca659c36882ae8eb4.tar.gz
nextcloud-server-fbf8b80efaa47c00e4efab5ca659c36882ae8eb4.zip
ci: Add stable31 to CI and skip stable28
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/dependabot.yml12
-rw-r--r--.github/workflows/npm-audit-fix.yml2
-rw-r--r--.github/workflows/update-cacert-bundle.yml2
3 files changed, 8 insertions, 8 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 45849759367..b32ba564f64 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -121,7 +121,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable28
+ target-branch: stable29
labels:
- "3. to review"
- "feature: dependencies"
@@ -140,7 +140,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable29
+ target-branch: stable30
labels:
- "3. to review"
- "feature: dependencies"
@@ -159,7 +159,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable30
+ target-branch: stable31
labels:
- "3. to review"
- "feature: dependencies"
@@ -178,7 +178,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable28
+ target-branch: stable29
labels:
- "3. to review"
- "feature: dependencies"
@@ -196,7 +196,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable29
+ target-branch: stable30
labels:
- "3. to review"
- "feature: dependencies"
@@ -214,7 +214,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable30
+ target-branch: stable31
labels:
- "3. to review"
- "feature: dependencies"
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
index c373b3f6f4b..9111fd86706 100644
--- a/.github/workflows/npm-audit-fix.yml
+++ b/.github/workflows/npm-audit-fix.yml
@@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
+ branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
name: npm-audit-fix-${{ matrix.branches }}
diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml
index d023d035ded..362f637b156 100644
--- a/.github/workflows/update-cacert-bundle.yml
+++ b/.github/workflows/update-cacert-bundle.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branches: ['master', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
+ branches: ['master', 'stable31', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
name: update-ca-certificate-bundle-${{ matrix.branches }}