File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 - uses : actions/setup-java@v4
2121 with :
2222 distribution : ' zulu'
23- java-version : ' 12 .x'
23+ java-version : ' 17 .x'
2424 - name : Setup Flutter SDK
25- uses : flutter-actions/setup-flutter@v3
25+ uses : flutter-actions/setup-flutter@v4
2626 with :
2727 channel : stable
28- version : 3.22.0
28+ version : 3.29.1
2929 - name : Install dependencies
3030 run : |
3131 flutter config --no-analytics
3636 flutter test
3737 - name : Build APK
3838 run : |
39- cd example; flutter pub get; flutter build apk --release
40- - name : Slack notification
41- uses : 8398a7/action-slack@v3
42- with :
43- status : ${{ job.status }}
44- author_name : Integration Testing
45- env :
46- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }} # required
47- if : failure() # Pick up event if the job fails
39+ cd example; flutter pub get; flutter build apk
You can’t perform that action at this time.
0 commit comments