Skip to content

Commit e0a7570

Browse files
committed
Add Java 21 to GitHub Actions
1 parent 6788c40 commit e0a7570

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: linux-java17
2424
os: ubuntu-latest
2525
java: 17
26+
- name: linux-java21
27+
os: ubuntu-latest
28+
java: 21
2629
steps:
2730
- name: checkout
2831
uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ Now when you run it with `mvn clean compile wiremock:run`, you should see the fo
108108

109109
## Supported Java versions
110110

111-
WireMock Maven Plugin is tested against Java LTS versions 11 and 17.
111+
WireMock Maven Plugin is tested against Java LTS versions 11, 17 and 21.

0 commit comments

Comments
 (0)