Skip to content

Commit

Permalink
Bump SDK Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Oct 29, 2024
1 parent 3e617d0 commit 7f1d235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mockito.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
with:
sdk: 3.5.0
sdk: 3.6.0
- id: install
name: Install dependencies
run: dart pub get
Expand All @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [3.5.0, dev]
sdk: [3.6.0, dev]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Expand All @@ -68,7 +68,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [3.5.0, dev]
sdk: [3.6.0, dev]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Expand Down
2 changes: 1 addition & 1 deletion pkgs/mockito/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ topics:
- mocking

environment:
sdk: ^3.3.0
sdk: ^3.6.0

dependencies:
analyzer: '>=6.9.0 <7.0.0'
Expand Down

0 comments on commit 7f1d235

Please sign in to comment.