Skip to content

Commit

Permalink
CI to stop testing for JDK8 (#299)
Browse files Browse the repository at this point in the history
CI to test for JDK11, JDK17
  • Loading branch information
Mjl33 authored Sep 26, 2021
1 parent 915902f commit 6a46f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 1.8, 1.11 ]
java-version: [ 1.11, 1.17 ]
services:
wiremock:
image: rodolpheche/wiremock:2.27.2
Expand Down

0 comments on commit 6a46f7d

Please sign in to comment.