Skip to content

Commit 72faffa

Browse files
authored
Update ci.yml
1 parent 44258a2 commit 72faffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
- uses: actions/checkout@v4
2121

22-
- name: set up JDK 17
22+
- name: set up JDK 21
2323
uses: actions/setup-java@v3
2424
with:
25-
java-version: '17'
25+
java-version: '21'
2626
distribution: 'temurin'
2727

2828
- name: Create local.properties

0 commit comments

Comments
 (0)