mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
change flutter version in doc
Change the flutter version in README from 1.8.4 to 1.7.8+hotfix.4 to keep it consistent with the first example and also avoid the confusion because 1.8.4 beta does not exist (which will cause a http error if someone copy the code as is).
This commit is contained in:
parent
b6f5cc2b39
commit
36e62b1fd9
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ jobs:
|
||||||
java-version: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
flutter-version: '1.8.4'
|
flutter-version: '1.7.8+hotfix.4'
|
||||||
channel: 'beta'
|
channel: 'beta'
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: flutter test
|
- run: flutter test
|
||||||
|
|
Loading…
Reference in a new issue