Skip to content

Commit b894e14

Browse files
committed
Use dart 2.14 when testing Dart samples
1 parent a016b88 commit b894e14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/samples-dart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('samples/**/pubspec.yaml') }}
4141
- uses: dart-lang/setup-dart@v1
4242
with:
43-
sdk: 2.13.0
43+
sdk: 2.14.0
4444
- name: Run tests
4545
uses: ./.github/actions/run-samples
4646
with:

0 commit comments

Comments
 (0)