Skip to content

Commit

Permalink
Always use stable sdk for CI runs
Browse files Browse the repository at this point in the history
Some of the newer linter features require a more recent SDK. Forcing the
use of the "stable" SDK for CI runs should ensure that we don't
accidentally miss a lint warning that pub catches after a new version is
published.
  • Loading branch information
achilleasa committed May 19, 2024
1 parent c4c124e commit 841888c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

- name: Setup Dart SDK
uses: dart-lang/setup-dart@v1
with:
sdk: stable

- name: Prepare RabbitMQ configuration
run: |
Expand Down

0 comments on commit 841888c

Please sign in to comment.