Skip to content

Commit

Permalink
chore: add java versions starting from 11 to build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranVanBelle committed Apr 22, 2024
1 parent 6134f81 commit b54138f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
build:
strategy:
matrix:
java: [ '17', '21' ]
java: [ '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22' ]

runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
<surefire-maven-plugin.version>3.1.2</surefire-maven-plugin.version>

<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<jreleaser.version>1.9.0</jreleaser.version>
<java-poet.version>1.13.0</java-poet.version>
Expand Down

0 comments on commit b54138f

Please sign in to comment.