Remove 1.1.x from release-scheduler.yml

This commit is contained in:
Joe Grandja
2024-05-22 10:05:12 -04:00
parent c59e49668d
commit b3249ff118

View File

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