diff options
author | Joas Schilling <coding@schilljs.com> | 2024-03-28 11:20:20 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-03-28 11:20:20 +0100 |
commit | 8722333737b862270bbe92afcb75920ab4f3f349 (patch) | |
tree | 58996b479f253d3fced6ae78ce8166580ae7d6d2 | |
parent | 28c8a46ef9e076015ae52335e71d9dd5f5432c5e (diff) | |
download | nextcloud-server-8722333737b862270bbe92afcb75920ab4f3f349.tar.gz nextcloud-server-8722333737b862270bbe92afcb75920ab4f3f349.zip |
fix(CI)!: Add stable29 to and remove stable26 from GitHub Actions
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | .github/dependabot.yml | 14 | ||||
-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, 10 insertions, 10 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6023a59cc88..46b990e452b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -107,7 +107,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable26 + target-branch: stable27 labels: - "3. to review" - "feature: dependencies" @@ -127,7 +127,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable27 + target-branch: stable28 labels: - "3. to review" - "feature: dependencies" @@ -147,7 +147,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable28 + target-branch: stable29 labels: - "3. to review" - "feature: dependencies" @@ -160,7 +160,7 @@ updates: # Disable automatic rebasing because without a build CI will likely fail anyway rebase-strategy: "disabled" -# Testing StableXX composer + # Testing StableXX composer - package-ecosystem: composer directory: "/build/integration" schedule: @@ -168,7 +168,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable26 + target-branch: stable27 labels: - "3. to review" - "feature: dependencies" @@ -186,7 +186,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable27 + target-branch: stable28 labels: - "3. to review" - "feature: dependencies" @@ -204,7 +204,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable28 + target-branch: stable29 labels: - "3. to review" - "feature: dependencies" diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 687c47d3dfa..2fe41891648 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", "stable28", "stable27", "stable26"] + branches: ["main", "master", "stable29", "stable28", "stable27"] name: npm-audit-fix-${{ matrix.branches }} diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml index 6fcd50c9585..8a37b19e5bd 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", "stable28", "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"] + branches: ["master", "stable29", "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 a00668dff9a..4f60bf977d9 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", "stable28", "stable27", "stable26"] + branches: ["master", "stable29", "stable28", "stable27"] name: update-psalm-baseline-${{ matrix.branches }} |