We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6161893 + 01b15a5 commit 7518524Copy full SHA for 7518524
1 file changed
.github/workflows/java.yaml
@@ -15,7 +15,6 @@ jobs:
15
runs-on: ubuntu-latest
16
continue-on-error: ${{ matrix.experimental }}
17
strategy:
18
- strategy:
19
matrix:
20
jdk: [17]
21
steps:
@@ -41,11 +40,7 @@ jobs:
41
40
42
43
44
- jdk: [8, 11]
45
- experimental: [false]
46
- include:
47
- - jdk: 17
48
- experimental: true
+ jdk: [17]
49
50
- uses: actions/checkout@v3
51
- name: Set up JDK ${{ matrix.jdk }}
@@ -62,13 +57,9 @@ jobs:
62
57
63
58
64
59
65
60
+ strategy:
66
61
67
68
69
70
71
72
73
74
0 commit comments