Skip to content

Commit 6b58ca3

Browse files
authored
Update min SDK, test wasm on 3.4 (dart-archive/crypto#174)
1 parent ad0c9ed commit 6b58ca3

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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
@@ -65,5 +65,4 @@ jobs:
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'

pkgs/crypto/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 3.0.4-wip
22

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

55
## 3.0.3
66

pkgs/crypto/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ topics:
77
- cryptography
88

99
environment:
10-
sdk: ^3.2.0
10+
sdk: ^3.4.0
1111

1212
dependencies:
1313
typed_data: ^1.3.0

0 commit comments

Comments
 (0)