Browse Source

Update release scheduler versions

Closes gh-13745
pull/13749/head
Steve Riesenberg 2 years ago
parent
commit
f59131f114
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
  1. 2
      .github/workflows/release-scheduler.yml

2
.github/workflows/release-scheduler.yml

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

Loading…
Cancel
Save