File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 strategy :
2929 matrix :
30- java : [ '17 ' ]
30+ java : [ '21 ' ]
3131 steps :
3232 - uses : actions/checkout@v2
3333 - name : Set up JDK ${{ matrix.java }}
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 strategy :
2929 matrix :
30- java : [ '17 ' ]
30+ java : [ '21 ' ]
3131 steps :
3232 - uses : actions/checkout@v2
3333 - name : Set up JDK ${{ matrix.java }}
Original file line number Diff line number Diff line change 107107
108108 <properties >
109109 <camel-version >4.19.0-SNAPSHOT</camel-version >
110- <javaVersion >17 </javaVersion >
110+ <javaVersion >21 </javaVersion >
111111 <skip .starting.camel.context>false</skip .starting.camel.context>
112112 <jkube-maven-plugin-version >1.18.1</jkube-maven-plugin-version >
113113 <jkube .generator.from>registry.access.redhat.com/ubi9/openjdk-17:latest</jkube .generator.from>
You can’t perform that action at this time.
0 commit comments