]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(CI): Add stable28 to GitHub Actions
authorJoas Schilling <coding@schilljs.com>
Thu, 23 Nov 2023 08:12:46 +0000 (09:12 +0100)
committerJoas Schilling <coding@schilljs.com>
Thu, 23 Nov 2023 09:09:39 +0000 (10:09 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
.github/dependabot.yml
.github/workflows/npm-audit-fix.yml
.github/workflows/update-cacert-bundle.yml
.github/workflows/update-psalm-baseline.yml

index 4fa8a215ac13bfdfb8e1ceed768ed2e641be320e..1fe4bf9ff6b3f98779e7b86512982785c4b1a9e0 100644 (file)
@@ -64,7 +64,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable25
+  target-branch: stable26
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -84,7 +84,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable26
+  target-branch: stable27
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -104,7 +104,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable27
+  target-branch: stable28
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -125,7 +125,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable25
+  target-branch: stable26
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -143,7 +143,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable26
+  target-branch: stable27
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -161,7 +161,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable27
+  target-branch: stable28
   labels:
     - "3. to review"
     - "feature: dependencies"
index 051bf4d1f401790eccb8a7447b52ed2e05e47bb1..f9a61de40d85bc716c5586085c9723e6d419f2bd 100644 (file)
@@ -18,7 +18,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        branches: ["main", "master", "stable27", "stable26", "stable25", "stable24"]
+        branches: ["main", "master", "stable28", "stable27", "stable26", "stable25", "stable24"]
 
     name: npm-audit-fix-${{ matrix.branches }}
 
index 38865663c7c6e052d1d8121d9acac2b375332ed5..000fc5c180b49184a55086ef268c57f0dce04fae 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        branches: ["master", "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"]
+        branches: ["master", "stable28",  "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"]
 
     name: update-ca-certificate-bundle-${{ matrix.branches }}
 
index 1f3998759e17997c3a83f7d0dabe72586254768b..a31128042a1921ed731501823bbe85f87463871b 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        branches: ["master", "stable27", "stable26", "stable25"]
+        branches: ["master", "stable28", "stable27", "stable26"]
 
     name: update-psalm-baseline-${{ matrix.branches }}