Skip to content

Commit

Permalink
Merge pull request #51 from llucax/dart-2.18
Browse files Browse the repository at this point in the history
Support dart 2.18
  • Loading branch information
llucax authored Sep 2, 2022
2 parents ba09789 + b343f20 commit b89aed0
Show file tree
Hide file tree
Showing 4 changed files with 13 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: 2
# Latest minor that we are explicitly supporting
latest_minor: 17
latest_minor: 18

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: ["2.17", "2.16", "2.15", "2.14", "2.13", "2.12"]
dart_version: ["2.18", "2.17", "2.16", "2.15", "2.14", "2.13", "2.12"]

runs-on: ubuntu-latest

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.0.0+6

- Add funding link to `pubspec.yaml`.
- Update and test against Dart 2.18.

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

## 1.0.0+5

- Update and test against Dart 2.17.
Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: pausable_timer
description: A timer implementation that can be paused, resumed and reset.
homepage: https://github.com/llucax/pausable_timer
repository: https://github.com/llucax/pausable_timer
funding:
- https://github.com/llucax/llucax/blob/main/sponsoring-platforms.md

version: 1.0.0+5
version: 1.0.0+6

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

0 comments on commit b89aed0

Please sign in to comment.