Skip to content

Commit 39d6588

Browse files
authored
Upgrade JDK from 11 to 17 in release workflow
1 parent 57e1827 commit 39d6588

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17-
- name: Set up JDK 11
17+
- name: Set up JDK 17
1818
uses: actions/setup-java@v4
1919
with:
2020
distribution: 'temurin'
21-
java-version: '11'
21+
java-version: '17'
2222

2323
- name: Set up Flutter
2424
uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)