We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2921ef2 commit b81c057Copy full SHA for b81c057
1 file changed
.github/workflows/build.yml
@@ -9,13 +9,13 @@ jobs:
9
strategy:
10
matrix:
11
os: [ ubuntu-16.04, ubuntu-latest, windows-latest ]
12
- java: [ '1.8', '11' ]
13
- arch: [ 'x86', 'x64' ]
+ java: [ '8', '11' ]
+ arch: [ 'x32', 'x64' ]
14
exclude:
15
- os: ubuntu-16.04
16
- arch: x86
+ arch: x32
17
- os: ubuntu-latest
18
19
20
name: Java ${{ matrix.java }}/${{ matrix.arch }}/${{ matrix.os }}
21
@@ -29,7 +29,7 @@ jobs:
29
key: m2
30
31
- name: Set up JDK ${{ matrix.java }}
32
- uses: actions/setup-java@v1
+ uses: joschi/setup-jdk@2d2c40de6fb6af3db2a3d2bedd57eb02442521c4
33
with:
34
java-version: ${{ matrix.java }}
35
architecture: ${{ matrix.arch }}
0 commit comments