Skip to content

Commit 2ba7fd8

Browse files
authored
Fixed Java version
1 parent c7d8530 commit 2ba7fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
# Use these Java versions
1414
java: [
15-
21, # Current Java LTS
15+
17, # Current Java LTS
1616
]
1717
runs-on: ubuntu-22.04
1818
steps:
@@ -34,4 +34,4 @@ jobs:
3434
uses: actions/upload-artifact@v4
3535
with:
3636
name: Artifacts
37-
path: build/libs/
37+
path: build/libs/

0 commit comments

Comments
 (0)