Skip to content

Commit

Permalink
fix(test): test against sdk>3.x
Browse files Browse the repository at this point in the history
Signed-off-by: Sphericalkat <[email protected]>
  • Loading branch information
SphericalKat committed Jun 22, 2023
1 parent 6d64002 commit f5699e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [2.18.0, stable]
sdk: [stable]

steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "fuzzywuzzy"
version: "1.1.2"
version: "1.1.3"
homepage: "https://github.com/sphericalkat/dart-fuzzywuzzy"
description: An implementation of the popular fuzzywuzzy package in Dart, to suit all your fuzzy string matching/searching needs!
repository: "https://github.com/sphericalkat/dart-fuzzywuzzy"

environment:
sdk: ">=2.16.2 <3.0.0"
sdk: ">=3.0.0"

dependencies:
collection: ^1.16.0
Expand Down

0 comments on commit f5699e3

Please sign in to comment.