Skip to content

Commit

Permalink
Re-add Java 8 to the CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Sep 4, 2020
1 parent da2c0d7 commit d84dbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [11, 14, 15-ea, 16-ea]
java: [8, 11, 14, 15-ea, 16-ea]
os: [ubuntu-latest, macos-latest, windows-latest]
name: Java ${{ matrix.java }}
steps:
Expand Down

0 comments on commit d84dbbb

Please sign in to comment.