Skip to content

Commit fee5dec

Browse files
authored
Update ci.yaml
1 parent 372d5e6 commit fee5dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-java@v2
2222
with:
2323
distribution: 'adopt'
24-
java-version: '8' # Adjust the Java version as needed
24+
java-version: '21' # Adjust the Java version as needed
2525

2626
- name: Build with Gradle
2727
run: ./gradlew build

0 commit comments

Comments
 (0)