Skip to content

Commit bdfd356

Browse files
committed
More CI fixes
1 parent 0ccae2f commit bdfd356

File tree

4 files changed

+47
-47
lines changed

4 files changed

+47
-47
lines changed

.github/workflows/cupertino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
# Test on the minimum supported flutter version and the latest
3333
# version.
34-
flutter-version: ["3.22.0", "any"]
34+
flutter-version: ["3.24.0", "any"]
3535
steps:
3636
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3737
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1

.github/workflows/dart.yml

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/cupertino_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish_to: no
88

99
environment:
1010
sdk: ^3.4.0
11-
flutter: '>=3.22.0' # If changed, update test matrix.
11+
flutter: '>=3.24.0' # If changed, update test matrix.
1212

1313
dependencies:
1414
async: ^2.5.0

pkgs/web_socket/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository: https://github.com/dart-lang/http/tree/master/pkgs/web_socket
66
version: 0.1.6
77

88
environment:
9-
sdk: ^3.3.0
9+
sdk: ^3.4.0
1010

1111
dependencies:
1212
web: '>=0.5.0 <2.0.0'

0 commit comments

Comments
 (0)