Skip to content

Commit f5699e3

Browse files
committed
fix(test): test against sdk>3.x
Signed-off-by: Sphericalkat <[email protected]>
1 parent 6d64002 commit f5699e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
sdk: [2.18.0, stable]
17+
sdk: [stable]
1818

1919
steps:
2020
- uses: actions/checkout@v1

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: "fuzzywuzzy"
2-
version: "1.1.2"
2+
version: "1.1.3"
33
homepage: "https://github.com/sphericalkat/dart-fuzzywuzzy"
44
description: An implementation of the popular fuzzywuzzy package in Dart, to suit all your fuzzy string matching/searching needs!
55
repository: "https://github.com/sphericalkat/dart-fuzzywuzzy"
66

77
environment:
8-
sdk: ">=2.16.2 <3.0.0"
8+
sdk: ">=3.0.0"
99

1010
dependencies:
1111
collection: ^1.16.0

0 commit comments

Comments
 (0)