Unverified Commit 39e563bb authored by Geertjan Wielenga's avatar Geertjan Wielenga Committed by GitHub
Browse files

Introduce fixed JDK versions and an OpenJDK distro to support it (#496)

* Introduce fixed JDK versions

* Switch from temurin to zulu
parent 6603e31d
......@@ -11,14 +11,16 @@ jobs:
matrix:
java-version:
- 8
- 8.0.192
- 11
- 11.0.3
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java-version }}
distribution: adopt
distribution: zulu
- name: Cache Maven packages
uses: actions/cache@v2
with:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment