GH-2157 - Set up 2.3.x branch.

This commit is contained in:
Oliver Drotbohm
2024-05-17 01:12:39 +02:00
parent a1ac7b8a6d
commit defea2f4fa
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: CI Build
on:
push:
branches: [ main, 2.2.x, 2.1.x, 2.0.x, 1.5.x ]
branches: [ main, 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.2.x', '2.1.x']
branch: ['main', '2.3.x', '2.2.x', '2.1.x']
spring: ['', 'spring-next', 'spring-61-next']
kotlin: ['', 'kotlin-next', 'kotlin-2-next']
jackson: ['', 'jackson-next']