1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

update sample

This commit is contained in:
Alif Rachmawadi 2019-12-07 15:58:29 +07:00
parent 6b19b1359b
commit 0669f04336
No known key found for this signature in database
GPG key ID: 79DA63C0F3A55BB1

View file

@ -12,7 +12,7 @@ steps:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.7.8+hotfix.4'
flutter-version: '1.9.1+hotfix.6'
- run: flutter pub get
- run: flutter test
- run: flutter build apk
@ -44,7 +44,7 @@ steps:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.7.x' # you can use 1.7
flutter-version: '1.12.x' # you can use 1.12
channel: 'dev' # optional, default to: 'stable'
- run: flutter pub get
- run: flutter test
@ -68,7 +68,7 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.7.8+hotfix.4'
flutter-version: '1.11.0'
channel: 'beta'
- run: flutter pub get
- run: flutter test