Skip to content

Commit

Permalink
Bump dart sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtanko committed Nov 1, 2024
1 parent fac94b2 commit 4aa647d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
version: [ "2.12", "2.19", "3.0", "beta" ]
version: [ "2.14", "2.19", "3.0", "beta" ]

container:
image: dart:${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ platforms:
windows:

environment:
sdk: '>=2.12.0 <4.0.0'
sdk: '>=2.14.0 <4.0.0'

dependencies:
async: ^2.10.0
Expand Down

0 comments on commit 4aa647d

Please sign in to comment.