Prepare for Spring Security 6.4

Closes gh-15155
This commit is contained in:
Marcus Hert Da Coregio
2024-05-24 11:28:50 -03:00
parent ddcaeb5c20
commit f6ea99d8a3
13 changed files with 5318 additions and 333 deletions

View File

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