Skip to content

Commit

Permalink
Merge pull request #251 from geertjanw/develop
Browse files Browse the repository at this point in the history
Use fixed version and move away from Adopt
  • Loading branch information
simlei committed Sep 8, 2021
2 parents cdb2866 + 60024d9 commit 920003a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
java: [ '11', '11.0.3' ]
steps:
- name: Checkout core repository
uses: actions/checkout@v2
Expand All @@ -30,7 +32,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
java-version: ${{ matrix.java }}
distribution: 'zulu'
- name: Build with Maven
run: mvn clean package --file $GITHUB_WORKSPACE/core/org.jcryptool.releng/pom.xml

0 comments on commit 920003a

Please sign in to comment.