Skip to content

Commit 465cdac

Browse files
Update workflow.yml
1 parent 31717fd commit 465cdac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Build on Java ${{ matrix.java_version }} and ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
java_version: ['1.8', '9.0.x', '12.0.2']
14+
java_version: ['1.8', '9.0.x']
1515
os: [ubuntu-latest, windows-latest, macOS-latest]
1616

1717
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)