Remove 1.0.x from active maintenance branch

This commit is contained in:
Joe Grandja
2023-11-22 16:12:52 -05:00
parent b2a5e9d44f
commit 068601b7c1

View File

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