Skip to content

Commit cb9f4a5

Browse files
authored
Update min SDK, test wasm on 3.4 (dart-archive/http_parser#97)
1 parent a63d064 commit cb9f4a5

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

pkgs/http_parser/.github/workflows/test-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
os: [ubuntu-latest]
47-
sdk: [3.0.0, dev]
47+
sdk: [3.4, dev]
4848
steps:
4949
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
5050
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
@@ -61,5 +61,4 @@ jobs:
6161
if: always() && steps.install.outcome == 'success'
6262
- name: Run Chrome tests - wasm
6363
run: dart test --platform chrome --compiler dart2wasm
64-
# TODO: drop `dev` filter when dart2wasm is working on stable
65-
if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'
64+
if: always() && steps.install.outcome == 'success'

pkgs/http_parser/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 4.0.3-dev
1+
## 4.0.3-wip
22

3-
* Require Dart 3.0
3+
* Require Dart 3.4
44

55
## 4.0.2
66

pkgs/http_parser/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: http_parser
2-
version: 4.0.3-dev
2+
version: 4.0.3-wip
33
description: >-
44
A platform-independent package for parsing and serializing HTTP formats.
55
repository: https://github.com/dart-lang/http_parser
66

77
environment:
8-
sdk: ^3.0.0
8+
sdk: ^3.4.0
99

1010
dependencies:
1111
collection: ^1.15.0
@@ -14,5 +14,5 @@ dependencies:
1414
typed_data: ^1.3.0
1515

1616
dev_dependencies:
17-
dart_flutter_team_lints: ^2.0.0
18-
test: ^1.16.0
17+
dart_flutter_team_lints: ^3.0.0
18+
test: ^1.16.6

0 commit comments

Comments
 (0)