Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Jan 17, 2024
1 parent 52733ed commit 8a3b79a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cupertino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
matrix:
# Test on the minimum supported flutter version and the latest
# version.
flutter-version: ["3.10.0", "any"]
flutter-version: ["3.16.0", "any"]
runs-on: macos-latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cupertino_http/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1

environment:
sdk: ^3.2.0
flutter: '>=3.10.0'
flutter: ^3.16.0

dependencies:
cupertino_http:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cupertino_http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http

environment:
sdk: ^3.2.0
flutter: '>=3.10.0' # If changed, update test matrix.
flutter: ^3.16.0 # If changed, update test matrix.

dependencies:
async: ^2.5.0
Expand Down

0 comments on commit 8a3b79a

Please sign in to comment.