File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4747 matrix :
4848 # Add macos-latest and/or windows-latest if relevant for this package.
4949 os : [ubuntu-latest]
50- sdk : [3.2 , dev]
50+ sdk : [3.4 , dev]
5151 steps :
5252 - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
5353 - uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
6565 - name : Run Chrome tests - wasm
6666 # TODO: investigate why we get hangs when concurrency is > 1
6767 run : dart test --platform chrome --compiler dart2wasm -j 1
68- # TODO: drop `dev` filter when dart2wasm is working on stable
69- if : always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'
68+ if : always() && steps.install.outcome == 'success'
Original file line number Diff line number Diff line change 11## 3.0.4-wip
22
3- * Require Dart 3.2
3+ * Require Dart 3.4
44
55## 3.0.3
66
Original file line number Diff line number Diff line change 77 - cryptography
88
99environment :
10- sdk : ^3.2 .0
10+ sdk : ^3.4 .0
1111
1212dependencies :
1313 typed_data : ^1.3.0
You can’t perform that action at this time.
0 commit comments