Skip to content

Commit 7b98662

Browse files
Update jdk in workflow
1 parent 4c50e18 commit 7b98662

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212

13-
- name: Set up JDK 11
13+
- name: Set up JDK 21
1414
uses: actions/setup-java@v2
1515
with:
16-
java-version: '11'
16+
java-version: '21'
1717
distribution: 'adopt'
1818

1919
- name: Grant execute permission for gradlew
2020
run: chmod +x gradlew
2121
- name: Test with Gradle
22-
run: ./gradlew test
22+
run: ./gradlew test

0 commit comments

Comments
 (0)