Skip to content

Commit

Permalink
Update supported version to dart 2.19 (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Lucarella <[email protected]>
  • Loading branch information
llucax authored Feb 4, 2023
2 parents b89aed0 + b8827a5 commit 2d0eef7
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: 2
# Latest minor that we are explicitly supporting
latest_minor: 18
latest_minor: 19

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

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 @@
## 1.0.0+7

- Update and test against Dart 2.19.

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

## 1.0.0+6

- Add funding link to `pubspec.yaml`.
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: 1.0.0+6
version: 1.0.0+7

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

0 comments on commit 2d0eef7

Please sign in to comment.