Skip to content

Commit 7e3c862

Browse files
authored
Update ci.yml
1 parent 61a0728 commit 7e3c862

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- master
1111
- dev
1212

13+
env:
14+
FLUTTER_VERSION: "1.22.1"
15+
1316
jobs:
1417
# This workflow contains a single job called "build"
1518
test:
@@ -22,7 +25,7 @@ jobs:
2225
- uses: actions/checkout@v2
2326
- uses: actions/setup-java@v1
2427
with:
25-
java-version: '12.x'
28+
java-version: '13.x'
2629
- uses: subosito/flutter-action@v1.3.2
2730
with:
2831
channel: 'stable' # or: 'dev' or 'beta'

0 commit comments

Comments
 (0)