Ensures that we're using JDK8 for building
This commit is contained in:
committed by
GitHub
parent
b258d3f0b3
commit
5fd8939585
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java: ["17"]
|
||||
java: ["1.8"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user