Skip to content

Commit

Permalink
Merge pull request #589 from internetarchive/jdk22
Browse files Browse the repository at this point in the history
JDK 22 support
  • Loading branch information
ato authored May 15, 2024
2 parents a151937 + 5424423 commit e38cd35
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 @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
jdk: [8, 11, 17, 21]
jdk: [8, 11, 17, 21, 22]
runs-on: ubuntu-latest
timeout-minutes: 30

Expand Down
2 changes: 1 addition & 1 deletion modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<groovy.version>4.0.15</groovy.version>
<groovy.version>4.0.21</groovy.version>
</properties>
</project>

0 comments on commit e38cd35

Please sign in to comment.