Skip to content

Commit 2655d2a

Browse files
authored
bump lints and SDK dep, test wasm (dart-archive/pub_semver#105)
1 parent b79ef03 commit 2655d2a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

+2-2
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.0.0, dev]
50+
sdk: [3.4, dev]
5151
steps:
5252
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
5353
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
@@ -60,5 +60,5 @@ jobs:
6060
run: dart test --platform vm
6161
if: always() && steps.install.outcome == 'success'
6262
- name: Run Chrome tests
63-
run: dart test --platform chrome
63+
run: dart test --platform chrome --compiler dart2js,dart2wasm
6464
if: always() && steps.install.outcome == 'success'

pkgs/pub_semver/CHANGELOG.md

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

3-
- Require Dart `3.0.0`.
3+
- Require Dart `3.4.0`.
44

55
## 2.1.4
66

pkgs/pub_semver/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ topics:
99
- semver
1010

1111
environment:
12-
sdk: ^3.0.0
12+
sdk: ^3.4.0
1313

1414
dependencies:
1515
collection: ^1.15.0
1616
meta: ^1.3.0
1717

1818
dev_dependencies:
19-
dart_flutter_team_lints: ^2.0.0
19+
dart_flutter_team_lints: ^3.0.0
2020
test: ^1.16.0

0 commit comments

Comments
 (0)