Commit 6b58ca3 1 parent ad0c9ed commit 6b58ca3 Copy full SHA for 6b58ca3
File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 47
47
matrix :
48
48
# Add macos-latest and/or windows-latest if relevant for this package.
49
49
os : [ubuntu-latest]
50
- sdk : [3.2 , dev]
50
+ sdk : [3.4 , dev]
51
51
steps :
52
52
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
53
53
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
65
65
- name : Run Chrome tests - wasm
66
66
# TODO: investigate why we get hangs when concurrency is > 1
67
67
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 1
1
## 3.0.4-wip
2
2
3
- * Require Dart 3.2
3
+ * Require Dart 3.4
4
4
5
5
## 3.0.3
6
6
Original file line number Diff line number Diff line change 7
7
- cryptography
8
8
9
9
environment :
10
- sdk : ^3.2 .0
10
+ sdk : ^3.4 .0
11
11
12
12
dependencies :
13
13
typed_data : ^1.3.0
You can’t perform that action at this time.
0 commit comments