Skip to content

Commit 6a46f7d

Browse files
authored
CI to stop testing for JDK8 (#299)
CI to test for JDK11, JDK17
1 parent 915902f commit 6a46f7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
java-version: [ 1.8, 1.11 ]
20+
java-version: [ 1.11, 1.17 ]
2121
services:
2222
wiremock:
2323
image: rodolpheche/wiremock:2.27.2

0 commit comments

Comments
 (0)