Skip to content

Commit

Permalink
fix pub
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 15, 2024
1 parent 3e05898 commit 02c9ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Flutter
uses: subosito/flutter-action@v2
uses: subosito/flutter-action@main
with:
channel: stable
flutter-version: 3.19.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
homepage: https://github.com/the-flx/flx_dart

environment:
sdk: ^3.6.0
sdk: ">=3.3.0 <4.0.0"
flutter: ">=1.17.0"

dependencies:
Expand Down

0 comments on commit 02c9ac7

Please sign in to comment.