Browse Source

Remove 5.6.x from scheduled releases

pull/12584/head
Steve Riesenberg 3 years ago committed by GitHub
parent
commit
fa9c7fb50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release-scheduler.yml

2
.github/workflows/release-scheduler.yml

@ -11,7 +11,7 @@ jobs: @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# List of active maintenance branches.
branch: [ main, 6.0.x, 5.8.x, 5.7.x, 5.6.x ]
branch: [ main, 6.0.x, 5.8.x, 5.7.x ]
runs-on: ubuntu-latest
steps:
- name: Checkout

Loading…
Cancel
Save