Skip to content

Commit

Permalink
test against java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Oct 12, 2023
1 parent fe80e4d commit 3e7c77d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
java: 11
- title: "JDK 18"
java: "18"
- title: "JDK 19"
java: "19"
- title: "JDK 21"
java: "21"
runs-on: ubuntu-latest
steps:
- name: 'Checkout from Git'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.10.1</version>
<version>3.15.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3e7c77d

Please sign in to comment.