GH-2157 - Set up 2.3.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:
|
on:
|
||||||
push:
|
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:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/compatibility.yaml
vendored
2
.github/workflows/compatibility.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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']
|
spring: ['', 'spring-next', 'spring-61-next']
|
||||||
kotlin: ['', 'kotlin-next', 'kotlin-2-next']
|
kotlin: ['', 'kotlin-next', 'kotlin-2-next']
|
||||||
jackson: ['', 'jackson-next']
|
jackson: ['', 'jackson-next']
|
||||||
|
|||||||
Reference in New Issue
Block a user