Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Update min SDK, test wasm on 3.4 #174

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update min SDK, test wasm on 3.4
kevmoo committed Jun 9, 2024
commit 9661c2c4e6f44638c401e3f50476d6b5e98c7b3b
5 changes: 2 additions & 3 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ jobs:
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
sdk: [3.2, dev]
sdk: [3.4, dev]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
@@ -65,5 +65,4 @@ jobs:
- name: Run Chrome tests - wasm
# TODO: investigate why we get hangs when concurrency is > 1
run: dart test --platform chrome --compiler dart2wasm -j 1
# TODO: drop `dev` filter when dart2wasm is working on stable
if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'
if: always() && steps.install.outcome == 'success'
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 3.0.4-wip

* Require Dart 3.2
* Require Dart 3.4

## 3.0.3

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ topics:
- cryptography

environment:
sdk: ^3.2.0
sdk: ^3.4.0

dependencies:
typed_data: ^1.3.0