Skip to content

Commit 064b279

Browse files
committed
Use dart latest version in pre-release tests
1 parent 0c42ec4 commit 064b279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
version: ["3.0.0"]
20+
version: ['latest']
2121
name: integration-tests-against-rc (dart ${{ matrix.version }})
2222
steps:
2323
- name: Checkout

0 commit comments

Comments
 (0)