Skip to content

Commit

Permalink
Bump CI tasks to use Dart 3.5.0 as stable
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Sep 13, 2024
1 parent 2259e10 commit d0fda0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
with:
sdk: 3.3.0
sdk: 3.5.0
- id: install
name: Install dependencies
run: dart pub get
Expand All @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [3.3.0, dev]
sdk: [3.5.0, dev]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Expand All @@ -59,7 +59,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [3.3.0, dev]
sdk: [3.5.0, dev]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Expand Down

0 comments on commit d0fda0c

Please sign in to comment.