Skip to content

Commit

Permalink
feat: Add Java 21 to GitHub testing matrix (#574)
Browse files Browse the repository at this point in the history
* Add Java 21 to GitHub testing matrix

* Bump jacoco version.
  • Loading branch information
JonathanLennox authored Dec 2, 2024
1 parent b80d3df commit 83029d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
java: [ 11, 17 ]
java: [ 11, 17, 21 ]

name: Java ${{ matrix.java }}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.12</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 83029d2

Please sign in to comment.