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

Commit 04807b6

Browse files
authored
Update to latest lints, bump min SDK to 3.4, test wasm on 3.4 (#168)
1 parent 8fc4c72 commit 04807b6

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
os: [ubuntu-latest]
45-
sdk: [3.0.0, dev]
45+
sdk: [3.4, dev]
4646
steps:
4747
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
4848
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
@@ -52,5 +52,4 @@ jobs:
5252
- run: dart test --platform vm,chrome
5353
- name: Run Chrome tests - wasm
5454
run: dart test --platform chrome --compiler dart2wasm
55-
# TODO: drop `dev` filter when dart2wasm is working on stable
56-
if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'
55+
if: always() && steps.install.outcome == 'success'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.9.1-wip
2+
3+
- Require Dart 3.4
4+
15
## 1.9.0
26

37
* Allow percent-encoded colons (`%3a`) in drive letters in `fromUri`.

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: path
2-
version: 1.9.0
2+
version: 1.9.1-wip
33
description: >-
44
A string-based path manipulation library. All of the path operations you know
55
and love, with solid support for Windows, POSIX (Linux and Mac OS X), and the
@@ -10,8 +10,8 @@ topics:
1010
- file-system
1111

1212
environment:
13-
sdk: ^3.0.0
13+
sdk: ^3.4.0
1414

1515
dev_dependencies:
16-
dart_flutter_team_lints: ^2.0.0
17-
test: ^1.16.0
16+
dart_flutter_team_lints: ^3.0.0
17+
test: ^1.16.6

0 commit comments

Comments
 (0)