Skip to content

Commit

Permalink
Remove x84 from OpenJ9 config since it's not supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Dec 19, 2019
1 parent 4df156f commit 74e2e15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,14 @@ jobs:
fail-fast: false
matrix:
java: [8, 11, 13]
architecture: [x32, x64]
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Install JDK and build project
run: |
. ./.github/scripts/install-jdk.sh --url "https://api.adoptopenjdk.net/v2/binary/releases/openjdk${{ matrix.java }}?openjdk_impl=openj9&os=linux&arch=${{ matrix.architecture }}&release=latest&type=jdk&heap_size=normal"
. ./.github/scripts/install-jdk.sh --url "https://api.adoptopenjdk.net/v2/binary/releases/openjdk${{ matrix.java }}?openjdk_impl=openj9&os=linux&arch=x64&release=latest&type=jdk&heap_size=normal"
./mvnw verify -Pintegration -Pjava${{ matrix.java }}
coverage:
name: Coverage
Expand Down

0 comments on commit 74e2e15

Please sign in to comment.