Skip to content

Commit dc10132

Browse files
authored
Add 3.7 to workflow as a supported major version (#81)
1 parent af0ea71 commit dc10132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
dart_version: ["3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6"]
18+
dart_version: ["3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7"]
1919

2020
runs-on: ubuntu-latest
2121

0 commit comments

Comments
 (0)