Skip to content

Commit 45333e0

Browse files
authored
[CI] Remove Java 18 from build matrix (#1005)
1 parent 3732a85 commit 45333e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
java: [ 8, 11, 17, 18, 21 ]
13+
java: [ 8, 11, 17, 21 ]
1414
fail-fast: false
1515
max-parallel: 4
1616
name: JDK ${{ matrix.java }}

0 commit comments

Comments
 (0)