Browse Source

fix(CI)!: Add stable29 to and remove stable26 from GitHub Actions

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/44530/head
Joas Schilling 1 month ago
parent
commit
8722333737
No account linked to committer's email address

+ 7
- 7
.github/dependabot.yml View File

@@ -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"

+ 1
- 1
.github/workflows/npm-audit-fix.yml View File

@@ -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 }}


+ 1
- 1
.github/workflows/update-cacert-bundle.yml View File

@@ -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 }}


+ 1
- 1
.github/workflows/update-psalm-baseline.yml View File

@@ -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 }}


Loading…
Cancel
Save