Ensures that we're using JDK8 for building

This commit is contained in:
Marcin Grzejszczak
2022-04-12 13:43:26 +02:00
committed by GitHub
parent b258d3f0b3
commit 5fd8939585

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ["17"]
java: ["1.8"]
steps:
- uses: actions/checkout@v2