Skip to content

Commit d84dbbb

Browse files
Re-add Java 8 to the CI build matrix
1 parent da2c0d7 commit d84dbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
java: [11, 14, 15-ea, 16-ea]
10+
java: [8, 11, 14, 15-ea, 16-ea]
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
name: Java ${{ matrix.java }}
1313
steps:

0 commit comments

Comments
 (0)