File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - uses : actions/setup-java@v1
14
+ - uses : actions/setup-java@v4
15
15
with :
16
- java-version : 17
16
+ distribution : ' temurin'
17
+ java-version : 21
17
18
- uses : subosito/flutter-action@v2
18
19
with :
19
20
channel : " stable"
Original file line number Diff line number Diff line change 52
52
cd workmanager
53
53
flutter pub get
54
54
flutter pub publish -n
55
- flutter pub global activate tuneup
56
- flutter pub global run tuneup check
55
+ flutter pub dart analyze
Original file line number Diff line number Diff line change @@ -36,10 +36,11 @@ jobs:
36
36
runs-on : macos-latest
37
37
steps :
38
38
- uses : actions/checkout@v4
39
- - uses : actions/setup-java@v1
39
+ - uses : actions/setup-java@v4
40
40
with :
41
- java-version : 17
42
- - uses : subosito/flutter-action@v1
41
+ distribution : ' temurin'
42
+ java-version : 21
43
+ - uses : subosito/flutter-action@v2
43
44
with :
44
45
channel : ' stable'
45
46
- name : Build Android App
55
56
fail-fast : false
56
57
runs-on : macos-latest
57
58
steps :
58
- - uses : futureware-tech/simulator-action@v1
59
+ - uses : futureware-tech/simulator-action@v2
59
60
with :
60
61
model : ' ${{ matrix.device }}'
61
62
- uses : actions/checkout@v4
78
79
target : [default]
79
80
steps :
80
81
- uses : actions/checkout@v4
81
- - uses : actions/setup-java@v1
82
+ - uses : actions/setup-java@v4
82
83
with :
83
- java-version : 17
84
+ distribution : ' temurin'
85
+ java-version : 21
84
86
- uses : subosito/flutter-action@v2
85
87
with :
86
88
channel : ' stable'
You can’t perform that action at this time.
0 commit comments