mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 03:54:21 +01:00
Update java.yaml workflow to use java 17
This commit is contained in:
2
.github/workflows/java.yml
vendored
2
.github/workflows/java.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
|
||||
- name: Run Java tests
|
||||
run: make test
|
||||
|
||||
Reference in New Issue
Block a user