Skip to content

Commit

Permalink
bump CI dart version
Browse files Browse the repository at this point in the history
  • Loading branch information
btrautmann committed Sep 17, 2024
1 parent fee9871 commit c9c9c4a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
pull_request:
branches: [ main ]

env:
DART_VERSION: 3.5.0

jobs:
ci:
runs-on: ubuntu-latest
Expand All @@ -22,7 +25,7 @@ jobs:
- name: Setup dart
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f # v1.5.0
with:
sdk: 3.4.0
sdk: ${{ env.DART_VERSION }}

- name: Install dependencies
run: dart pub get
Expand All @@ -49,7 +52,7 @@ jobs:
- name: Setup dart
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f # v1.5.0
with:
sdk: 3.4.0
sdk: ${{ env.DART_VERSION }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit c9c9c4a

Please sign in to comment.