Skip to content

Commit

Permalink
also build with jdk 21 now that it's been released
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed Nov 17, 2023
1 parent 850f669 commit 197b3b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ "8", "11", "17" ]
java: [ "8", "11", "17", "21" ]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion commafeed-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.26</version>
<version>1.18.30</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 197b3b2

Please sign in to comment.