Skip to content

Commit 22d59cb

Browse files
committed
Use Java 17
1 parent b7c09c7 commit 22d59cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/setup-java@v4
3131
with:
3232
distribution: 'temurin'
33-
java-version: '11'
33+
java-version: '17'
3434
- uses: subosito/flutter-action@v2
3535
with:
3636
channel: 'stable'

0 commit comments

Comments
 (0)