Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
chore: downgrade workflow flutter runtime version (#256)
Browse files Browse the repository at this point in the history
* chore: downgrade workflow flutter runtime version

* e2e

* one more time
  • Loading branch information
renancaraujo authored Mar 21, 2023
1 parent 3715b31 commit 72bf85b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.7.3
flutter-version: 3.3.10

- name: 📦 Install Dependencies
run: dart pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 3.7.3
flutter_version: 3.3.10
working_directory: src/my_app

spell-check:
Expand Down
2 changes: 1 addition & 1 deletion tool/e2e/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:very_good_analysis/analysis_options.4.0.0.yaml
include: package:very_good_analysis/analysis_options.3.1.0.yaml
6 changes: 3 additions & 3 deletions tool/e2e/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: VeryGoodCore's end-to-end testing package.
publish_to: none

environment:
sdk: ">=2.19.0 <3.0.0"
sdk: ">=2.18.0 <3.0.0"

dev_dependencies:
mason: ^0.1.0-dev.46
mason: ^0.1.0-dev.41
path: ^1.8.3
test: ^1.19.2
very_good_analysis: ^4.0.0
very_good_analysis: ^3.1.0

0 comments on commit 72bf85b

Please sign in to comment.