Skip to content

Commit 77381d8

Browse files
committed
ci: Update CI to use Dart 3.6.0
1 parent a2411e2 commit 77381d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v3
3232
- uses: dart-lang/setup-dart@v1
3333
with:
34-
sdk: 3.2.0 # Update when min sdk supported version of `melos` package changes.
34+
sdk: 3.6.0 # Update when min sdk supported version of `melos` package changes.
3535
- name: Run Melos
3636
run: ./.github/workflows/scripts/install-tools.sh
3737

0 commit comments

Comments
 (0)