Skip to content

Commit 086fa2b

Browse files
committed
Bumped Flutter version in CI
1 parent cb1d23c commit 086fa2b

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff 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
@@ -36,12 +36,4 @@ jobs:
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

0 commit comments

Comments
 (0)