1
0
mirror of synced 2026-08-03 00:37:03 +00:00

Prepare for Spring Security 6.3

Closes gh-14210
This commit is contained in:
Josh Cummings
2023-12-05 15:34:14 -07:00
parent 674ce38bd3
commit d50698a269
14 changed files with 5198 additions and 41 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# List of active maintenance branches.
branch: [ main, 6.1.x, 5.8.x ]
branch: [ main, 6.2.x, 6.1.x, 5.8.x ]
runs-on: ubuntu-latest
steps:
- name: Checkout