Remove 6.0.x from scheduled releases

This commit is contained in:
Steve Riesenberg 2023-12-04 16:02:46 -06:00 committed by GitHub
parent b5c43290e6
commit 15febfc65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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