Skip to content

Commit

Permalink
fix dart version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kb0 committed Sep 18, 2023
1 parent ce176c8 commit 0c1ef68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [stable, 2.17.0]
sdk: [stable, 3.0.0]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/[email protected]
Expand Down

0 comments on commit 0c1ef68

Please sign in to comment.