Skip to content

Commit fe074f5

Browse files
authored
Update build.yml
1 parent d6f3934 commit fe074f5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
# Use these Java versions
14-
java: [
15-
8.0,
16-
11,
17-
16
18-
]
14+
java: [17]
1915
# and run on both Linux and Windows
2016
os: [ ubuntu-20.04, windows-latest ]
2117
runs-on: ${{ matrix.os }}
@@ -39,4 +35,4 @@ jobs:
3935
uses: actions/upload-artifact@v2
4036
with:
4137
name: Artifacts
42-
path: build/libs/
38+
path: build/libs/

0 commit comments

Comments
 (0)