File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 19
19
strategy :
20
20
matrix :
21
21
os : [ubuntu-latest, macos-latest]
22
- java : [ 8, 11, 13 ]
22
+ java : [ 8, 11, 17 ]
23
23
fail-fast : false
24
24
steps :
25
25
- uses : actions/checkout@v3
81
81
strategy :
82
82
matrix :
83
83
os : [ubuntu-latest, macos-latest]
84
- java : [ 8, 13 ]
84
+ java : [ 8, 11, 17 ]
85
85
fail-fast : false
86
86
steps :
87
87
- uses : actions/checkout@v3
@@ -99,12 +99,16 @@ jobs:
99
99
javadoc :
100
100
name : Javadoc
101
101
runs-on : ubuntu-latest
102
+ strategy :
103
+ matrix :
104
+ java : [ 8, 11, 17 ]
105
+ fail-fast : false
102
106
steps :
103
107
- uses : actions/checkout@v3
104
108
- name : Set up JDK
105
109
uses : actions/setup-java@v3
106
110
with :
107
- java-version : 8
111
+ java-version : ${{ matrix.java }}
108
112
distribution : zulu
109
113
cache : maven
110
114
- name : ' 🔨 Build JFlex jar'
You can’t perform that action at this time.
0 commit comments