File tree 3 files changed +8
-9
lines changed 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 44
44
fail-fast : false
45
45
matrix :
46
46
os : [ubuntu-latest]
47
- sdk : [3.0.0 , dev]
47
+ sdk : [3.4 , dev]
48
48
steps :
49
49
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
50
50
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
61
61
if : always() && steps.install.outcome == 'success'
62
62
- name : Run Chrome tests - wasm
63
63
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'
Original file line number Diff line number Diff line change 1
- ## 4.0.3-dev
1
+ ## 4.0.3-wip
2
2
3
- * Require Dart 3.0
3
+ * Require Dart 3.4
4
4
5
5
## 4.0.2
6
6
Original file line number Diff line number Diff line change 1
1
name : http_parser
2
- version : 4.0.3-dev
2
+ version : 4.0.3-wip
3
3
description : >-
4
4
A platform-independent package for parsing and serializing HTTP formats.
5
5
repository : https://github.com/dart-lang/http_parser
6
6
7
7
environment :
8
- sdk : ^3.0 .0
8
+ sdk : ^3.4 .0
9
9
10
10
dependencies :
11
11
collection : ^1.15.0
@@ -14,5 +14,5 @@ dependencies:
14
14
typed_data : ^1.3.0
15
15
16
16
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
You can’t perform that action at this time.
0 commit comments