Skip to content

Commit 323170e

Browse files
authored
Update Java build matrix
1 parent 3b757b5 commit 323170e

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.github/workflows/java.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
name: Build Maven
1414

1515
runs-on: ubuntu-latest
16-
continue-on-error: ${{ matrix.experimental }}
1716
strategy:
1817
matrix:
1918
jdk: [8, 11, 17, 21]
@@ -33,14 +32,10 @@ jobs:
3332
name: Build Maven Wrapper
3433

3534
runs-on: ubuntu-latest
36-
continue-on-error: ${{ matrix.experimental }}
3735
strategy:
3836
matrix:
39-
jdk: [8, 11]
40-
experimental: [false]
41-
include:
42-
- jdk: 17
43-
experimental: true
37+
jdk: [8, 11, 17, 21]
38+
4439
steps:
4540
- uses: actions/checkout@v3
4641
- name: Set up JDK ${{ matrix.jdk }}
@@ -56,14 +51,10 @@ jobs:
5651
name: Build Gradle
5752

5853
runs-on: ubuntu-latest
59-
continue-on-error: ${{ matrix.experimental }}
6054
strategy:
6155
matrix:
62-
jdk: [8, 11]
63-
experimental: [false]
64-
include:
65-
- jdk: 17
66-
experimental: true
56+
jdk: [8, 11, 17, 21]
57+
6758
steps:
6859
- uses: actions/checkout@v3
6960
- name: Set up JDK ${{ matrix.jdk }}
@@ -75,3 +66,6 @@ jobs:
7566
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
7667
with:
7768
arguments: bootWar -Pjava_version=${{ matrix.jdk }}
69+
70+
with:
71+
arguments: bootWar -Pjava_version=${{ matrix.jdk }}

0 commit comments

Comments
 (0)