Skip to content

Commit

Permalink
Add Java 21 to CI
Browse files Browse the repository at this point in the history
* Required bump of Lombok to 1.18.30
  • Loading branch information
abelsromero committed Nov 26, 2023
1 parent 7c8f65f commit 8176601
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
java:
- 11
- 17
- 21
# Support 1-year-old version + latest minor
maven:
- 3.8.7
- 3.8.8
- 3.9.5
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.30</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8176601

Please sign in to comment.