File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 schedule :
66 - cron : ' 5 6 * * *'
7- branches :
8- - ' main'
9- - ' 2.1.x'
10- - ' 2.0.x'
117
128jobs :
139 compatibility :
@@ -16,16 +12,19 @@ jobs:
1612
1713 strategy :
1814 matrix :
15+ branch : ['main', '2.1.x', '2.0.x']
1916 spring : ['', 'spring-next']
20- kotlin : ['', 'kotlin-next']
17+ kotlin : ['', 'kotlin-next', 'kotlin-2-next' ]
2118 jackson : ['', 'jackson-next']
2219
23- name : Compatibility ${{ matrix.spring }} ${{ matrix.kotlin }} ${{ matrix.jackson }}
20+ name : ${{ matrix.branch }} - ${{ matrix.spring }} ${{ matrix.kotlin }} ${{ matrix.jackson }}
2421
2522 steps :
2623
2724 - name : Check out sources
2825 uses : actions/checkout@v3
26+ with :
27+ ref : ${{ matrix.branch }}
2928
3029 - name : Set up JDK 17
3130 uses : actions/setup-java@v3
You can’t perform that action at this time.
0 commit comments