diff options
author | Joas Schilling <coding@schilljs.com> | 2023-11-23 09:12:46 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-11-23 10:09:39 +0100 |
commit | 2f26f647abedce9e4b661a993b3a2f14cc0b21c8 (patch) | |
tree | e465a2979ba8648b82e5604af1b02fc9ac349a71 /.github | |
parent | 09879700aa5a1ff354ce1366638da56720b4aa08 (diff) | |
download | nextcloud-server-2f26f647abedce9e4b661a993b3a2f14cc0b21c8.tar.gz nextcloud-server-2f26f647abedce9e4b661a993b3a2f14cc0b21c8.zip |
fix(CI): Add stable28 to GitHub Actions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 12 | ||||
-rw-r--r-- | .github/workflows/npm-audit-fix.yml | 2 | ||||
-rw-r--r-- | .github/workflows/update-cacert-bundle.yml | 2 | ||||
-rw-r--r-- | .github/workflows/update-psalm-baseline.yml | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4fa8a215ac1..1fe4bf9ff6b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 051bf4d1f40..f9a61de40d8 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -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 }} diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml index 38865663c7c..000fc5c180b 100644 --- a/.github/workflows/update-cacert-bundle.yml +++ b/.github/workflows/update-cacert-bundle.yml @@ -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 }} diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 1f3998759e1..a31128042a1 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -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 }} |