Skip to content

Commit bfdc2b7

Browse files
committed
Remove JDK 8 from Build workflow
Signed-off-by: Michael Edgar <michael@xlate.io>
1 parent 37aa2ea commit bfdc2b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
java: [8, 11, 17]
11+
java: [11, 17]
1212
name: build with jdk ${{matrix.java}}
1313

1414
steps:

0 commit comments

Comments
 (0)