Skip to content

Commit

Permalink
Update dart version in workflows to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed May 14, 2024
1 parent be033b7 commit 0a7135e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/adb-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
dart-version: ['3.2']
dart-version: ['3.3']

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patrol_gen-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
dart-version: ['3.2']
dart-version: ['3.3']

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: location_workspace

environment:
sdk: '>=3.2.0-0 <4.0.0'
sdk: '>=3.3.0-0 <4.0.0'

dev_dependencies:
melos: ^3.1.1

0 comments on commit 0a7135e

Please sign in to comment.