Skip to content

Commit

Permalink
Add Java 21 to CI (#664)
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 777b2ee
Show file tree
Hide file tree
Showing 3 changed files with 3 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
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Build / Infrastructure::
* Set Java 11 as minimal version (remove Java8 support) (#652)
* Use Maven v3.9.2 in CI and wrapper (#658)
* Use Maven v3.9.5 in CI and wrapper (#662)
* Add Java 21 to CI (#664)

Documentation::

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 777b2ee

Please sign in to comment.