GH-2256 - Set up 2.4.x branch.

This commit is contained in:
Christoph Strobl
2024-11-19 08:26:28 +01:00
parent 6b34faaa05
commit c81016b107
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: CI Build
on:
push:
branches: [ main, 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.5.x ]
branches: [ main, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.5.x ]
pull_request:
branches: [ main ]

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
branch: ['main', '2.3.x', '2.2.x', '2.1.x']
branch: ['main', '2.4.x', '2.3.x', '2.2.x', '2.1.x']
spring: ['', 'spring-next', 'spring-61-next']
kotlin: ['', 'kotlin-next', 'kotlin-2-next']
jackson: ['', 'jackson-next']