Skip to content

Commit

Permalink
Test against LTS Java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Jan 23, 2024
1 parent 77b168f commit 1c5b490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
java: [ 11.0.x, 12, 13, 14, 15, 16 ]
java: [ 11.0.x, 12, 17, 21 ]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.10</version>
<version>2.0.11</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
<version>2.0.10</version>
<version>2.0.11</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
Expand Down

0 comments on commit 1c5b490

Please sign in to comment.