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