Skip to content

Commit

Permalink
fix github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii committed Apr 2, 2024
1 parent ebd769d commit b9c434a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install environment
uses: subosito/[email protected]
with:
flutter-version: 3.10.6
flutter-version: 3.16.0

- name: Get dependencies
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage: https://github.com/Iteo/connecteo
documentation: https://github.com/Iteo/connecteo/blob/master/README.md

environment:
sdk: ">=3.2.0 <4.0.0"
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"

dependencies:
Expand Down

0 comments on commit b9c434a

Please sign in to comment.