Skip to content

Commit

Permalink
Update to test against Dart 3.1 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
llucax authored Aug 28, 2023
2 parents d7253c1 + fe76217 commit 2071bd1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
# Current supported major
major: 3
# Latest minor that we are explicitly supporting
latest_minor: 0
latest_minor: 1

jobs:
check-dart-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
dart_version: ["3.0"]
dart_version: ["3.0", "3.0"]

runs-on: ubuntu-latest

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.0.0+1

- Update and test against Dart 3.1.

[More details available in
GitHub](https://github.com/llucax/pausable_timer/milestone/14?closed=1).

## 2.0.0

- Update and test against Dart 3.0.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/llucax/pausable_timer
funding:
- https://github.com/llucax/llucax/blob/main/sponsoring-platforms.md

version: 2.0.0
version: 2.0.0+1

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 2071bd1

Please sign in to comment.