Skip to content

Commit 0e72391

Browse files
committed
GH-2157 - Set up 2.3.x branch.
1 parent a495d10 commit 0e72391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI Build
22

33
on:
44
push:
5-
branches: [ main, 2.2.x, 2.1.x, 2.0.x, 1.5.x ]
5+
branches: [ main, 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.5.x ]
66
pull_request:
77
branches: [ main ]
88

.github/workflows/compatibility.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
branch: ['main', '2.2.x', '2.1.x']
15+
branch: ['main', '2.3.x', '2.2.x', '2.1.x']
1616
spring: ['', 'spring-next', 'spring-61-next']
1717
kotlin: ['', 'kotlin-next', 'kotlin-2-next']
1818
jackson: ['', 'jackson-next']

0 commit comments

Comments
 (0)