Skip to content

Commit

Permalink
Use dart latest version in pre-release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Strift committed Feb 8, 2025
1 parent 0c42ec4 commit 064b279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["3.0.0"]
version: ['latest']
name: integration-tests-against-rc (dart ${{ matrix.version }})
steps:
- name: Checkout
Expand Down

0 comments on commit 064b279

Please sign in to comment.