We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6970095 commit 24017baCopy full SHA for 24017ba
.github/workflows/java.yaml
@@ -13,14 +13,9 @@ jobs:
13
name: Build Maven
14
15
runs-on: ubuntu-latest
16
- continue-on-error: ${{ matrix.experimental }}
17
strategy:
18
matrix:
19
- jdk: [8, 11, 17]
20
- experimental: [false]
21
- include:
22
- - jdk: 21
23
- experimental: true
+ jdk: [8, 11, 17, 21]
24
steps:
25
- uses: actions/checkout@v3
26
- name: Set up JDK ${{ matrix.jdk }}
@@ -44,14 +39,9 @@ jobs:
44
39
name: Build Gradle
45
40
46
41
47
48
42
49
43
50
- jdk: [8, 11]
51
52
53
- - jdk: 17
54
55
56
57
0 commit comments