Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into dart_protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Sep 3, 2024
2 parents 1f97822 + dfeecf0 commit cd6ff95
Show file tree
Hide file tree
Showing 107 changed files with 16,602 additions and 978 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2--package-http---i-found-a-bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Please describe the bug and how to reproduce it.

Note that if the bug can also be reproduced when going through the interfaces provided by `dart:html` or `dart:io` directly the bug should be filed against the Dart SDK: https://github.com/dart-lang/sdk/issues

A failure to make an http request is more often a problem with the environment than with the client.
A failure to make an HTTP request is more often a problem with the environment than with the client.
6 changes: 3 additions & 3 deletions .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
run:
working-directory: pkgs/cronet_http
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
with:
distribution: 'zulu'
java-version: '17'
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
with:
channel: 'stable'
- id: install
Expand All @@ -49,7 +49,7 @@ jobs:
if: always() && steps.install.outcome == 'success'
run: flutter analyze --fatal-infos
- name: Run tests
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2
uses: reactivecircus/android-emulator-runner@77986be26589807b8ebab3fde7bbf5c60dabec32
if: always() && steps.install.outcome == 'success'
with:
# api-level/minSdkVersion should be help in sync in:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cupertino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
# version.
flutter-version: ["3.22.0", "any"]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
with:
flutter-version: ${{ matrix.flutter-version }}
channel: 'stable'
Expand Down
Loading

0 comments on commit cd6ff95

Please sign in to comment.