Skip to content

Commit 6fe925e

Browse files
committed
config(ci): jdk 17
1 parent 434c9de commit 6fe925e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/flutter_plugin.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Flutter Plugin CI
22

33
on:
44
push:
5-
branches: [main, config/ci]
5+
branches: [main, migrate/gradle]
66
pull_request:
77
branches: [main]
88

@@ -13,6 +13,12 @@ jobs:
1313
- name: Checkout source
1414
uses: actions/checkout@v4
1515

16+
- name: Set up JDK 17
17+
uses: actions/setup-java@v4
18+
with:
19+
distribution: temurin
20+
java-version: "17"
21+
1622
- name: Set up Flutter
1723
uses: subosito/flutter-action@v2
1824
with:

0 commit comments

Comments
 (0)