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

day: saturday day: saturday
time: "03:00" time: "03:00"
timezone: Europe/Paris timezone: Europe/Paris
target-branch: stable26
target-branch: stable27
labels: labels:
- "3. to review" - "3. to review"
- "feature: dependencies" - "feature: dependencies"
day: saturday day: saturday
time: "03:00" time: "03:00"
timezone: Europe/Paris timezone: Europe/Paris
target-branch: stable27
target-branch: stable28
labels: labels:
- "3. to review" - "3. to review"
- "feature: dependencies" - "feature: dependencies"
day: saturday day: saturday
time: "03:00" time: "03:00"
timezone: Europe/Paris timezone: Europe/Paris
target-branch: stable28
target-branch: stable29
labels: labels:
- "3. to review" - "3. to review"
- "feature: dependencies" - "feature: dependencies"
# Disable automatic rebasing because without a build CI will likely fail anyway # Disable automatic rebasing because without a build CI will likely fail anyway
rebase-strategy: "disabled" rebase-strategy: "disabled"


# Testing StableXX composer
# Testing StableXX composer
- package-ecosystem: composer - package-ecosystem: composer
directory: "/build/integration" directory: "/build/integration"
schedule: schedule:
day: saturday day: saturday
time: "03:00" time: "03:00"
timezone: Europe/Paris timezone: Europe/Paris
target-branch: stable26
target-branch: stable27
labels: labels:
- "3. to review" - "3. to review"
- "feature: dependencies" - "feature: dependencies"
day: saturday day: saturday
time: "03:00" time: "03:00"
timezone: Europe/Paris timezone: Europe/Paris
target-branch: stable27
target-branch: stable28
labels: labels:
- "3. to review" - "3. to review"
- "feature: dependencies" - "feature: dependencies"
day: saturday day: saturday
time: "03:00" time: "03:00"
timezone: Europe/Paris timezone: Europe/Paris
target-branch: stable28
target-branch: stable29
labels: labels:
- "3. to review" - "3. to review"
- "feature: dependencies" - "feature: dependencies"

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

strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
branches: ["main", "master", "stable28", "stable27", "stable26"]
branches: ["main", "master", "stable29", "stable28", "stable27"]


name: npm-audit-fix-${{ matrix.branches }} name: npm-audit-fix-${{ matrix.branches }}



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

strategy: strategy:
fail-fast: false fail-fast: false
matrix: 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 }} name: update-ca-certificate-bundle-${{ matrix.branches }}



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

strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
branches: ["master", "stable28", "stable27", "stable26"]
branches: ["master", "stable29", "stable28", "stable27"]


name: update-psalm-baseline-${{ matrix.branches }} name: update-psalm-baseline-${{ matrix.branches }}



Loading…
Cancel
Save