GH-2256 - Set up 2.4.x branch.
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -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 ]
|
||||
|
||||
|
||||
2
.github/workflows/compatibility.yaml
vendored
2
.github/workflows/compatibility.yaml
vendored
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user