Skip to content

Commit 46e6ce1

Browse files
authored
Add "latest" to action test workflow
1 parent e1604cf commit 46e6ce1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dart.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
version:
20+
version:
21+
- latest
2122
- 3.3.0
2223
- 3.0.0
2324
- 2.10.5
@@ -47,7 +48,8 @@ jobs:
4748
fail-fast: false
4849
matrix:
4950
os: [ubuntu-latest, macos-latest, windows-latest]
50-
version:
51+
version:
52+
- latest
5153
- 3.3.0-0.0.pre
5254
- 3.1.0
5355
steps:

0 commit comments

Comments
 (0)