Fixed flutter version
This commit is contained in:
11
.github/workflows/dart.yml
vendored
11
.github/workflows/dart.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Set Up Flutter
|
- name: Set Up Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.22.2'
|
flutter-version: '3.29.2'
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -39,9 +39,16 @@ jobs:
|
|||||||
run: flutter run
|
run: flutter run
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
|
|
||||||
|
- name: Set Up Flutter
|
||||||
|
uses: subosito/flutter-action@v2
|
||||||
|
with:
|
||||||
|
flutter-version: '3.29.2'
|
||||||
|
channel: 'stable'
|
||||||
|
|
||||||
|
|
||||||
# Your project will need to have tests in test/ and a dependency on
|
# Your project will need to have tests in test/ and a dependency on
|
||||||
# package:test for this step to succeed. Note that Flutter projects will
|
# package:test for this step to succeed. Note that Flutter projects will
|
||||||
|
|||||||
Reference in New Issue
Block a user