Skip to content

Commit

Permalink
Dart 3 is live!
Browse files Browse the repository at this point in the history
  • Loading branch information
timsneath committed May 10, 2023
1 parent eaa86f8 commit 160ae58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- os: windows-2022
sdk: beta
- os: windows-2019
sdk: beta # revert to stable after Dart 3 ships
sdk: stable
- os: ubuntu-latest
sdk: beta # revert to stable after Dart 3 ships
sdk: stable

steps:
- name: Fetch sources
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ topics:
- ffi

environment:
sdk: '>=3.0.0-0 <4.0.0'
sdk: '>=3.0.0 <4.0.0'

# Declare that this package only works on Windows.
platforms:
Expand Down

0 comments on commit 160ae58

Please sign in to comment.