Skip to content

Commit

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

* Update Jacoco version.
  • Loading branch information
JonathanLennox authored Nov 27, 2024
1 parent 98e4c5d commit 1159848
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 @@ -23,7 +23,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 @@ -124,7 +124,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 1159848

Please sign in to comment.