Add 3.2.x to Release Scheduler

This commit is contained in:
Josh Cummings
2024-10-01 17:35:11 -06:00
parent 74396cac1b
commit ab16dc0925

View File

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