Skip to content

Commit 0d599e2

Browse files
Resolved CI issue
1 parent ccdecc4 commit 0d599e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dart_ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
sdk:
1919
- 2.13.4
20-
- stable
20+
- 2.19.6
2121
# Commented out until we upgrade to Dart 3
2222
# - beta
2323
# - dev
@@ -42,6 +42,4 @@ jobs:
4242
run: dart analyze
4343
- name: Run tests
4444
run: dart run dart_dev test
45-
with:
46-
sdk: '2.19.6'
4745

0 commit comments

Comments
 (0)