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: ...@@ -11,14 +11,16 @@ jobs:
matrix: matrix:
java-version: java-version:
- 8 - 8
- 8.0.192
- 11 - 11
- 11.0.3
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java-version }} - name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:
java-version: ${{ matrix.java-version }} java-version: ${{ matrix.java-version }}
distribution: adopt distribution: zulu
- name: Cache Maven packages - name: Cache Maven packages
uses: actions/cache@v2 uses: actions/cache@v2
with: 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