Browse Source

Update github actions to use java 17

pull/660/head
Spencer Gibb 3 years ago committed by GitHub
parent
commit
2cf8adf482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/maven.yml

2
.github/workflows/maven.yml

@ -16,7 +16,7 @@ jobs: @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
java: ["8", "11", "16"]
java: ["17"]
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save