Skip to content

Commit aa919f6

Browse files
committedJul 27, 2021
Drop Java 8 for Linux. Move Windows build to Java 11.
1 parent 689438c commit aa919f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
java: [ 8, 11, 16, 17-ea ]
31+
java: [ 11, 16, 17-ea ]
3232
os: [ ubuntu-latest ]
3333
include:
3434
- os: windows-latest
35-
java: 8
35+
java: 11
3636
name: JDK${{ matrix.java }} ${{ matrix.os }}
3737
runs-on: ${{ matrix.os }}
3838
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.