File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- java : [ 11, 17 ]
10+ java : [ 17 ]
1111 name : jdk-${{ matrix.java }}
1212 steps :
1313 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1010
1111 <groupId >com.hubspot.jinjava</groupId >
1212 <artifactId >jinjava</artifactId >
13- <version >2.7.5 -SNAPSHOT</version >
13+ <version >2.8.0 -SNAPSHOT</version >
1414 <description >Jinja templating engine implemented in Java</description >
1515
1616 <properties >
17- <project .build.targetJdk>8 </project .build.targetJdk>
18- <project .build.releaseJdk>8 </project .build.releaseJdk>
17+ <project .build.targetJdk>17 </project .build.targetJdk>
18+ <project .build.releaseJdk>17 </project .build.releaseJdk>
1919
2020 <dep .plugin.jacoco.version>0.8.3</dep .plugin.jacoco.version>
2121 <dep .plugin.javadoc.version>3.0.1</dep .plugin.javadoc.version>
You can’t perform that action at this time.
0 commit comments