Skip to content

Commit

Permalink
Set an SDK dev version that works for the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmorgan committed Oct 3, 2024
1 parent 8d9187e commit 1ecf606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [2.12.0, dev]
sdk: [3.6.0-300.0.dev]

steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
Expand Down
2 changes: 1 addition & 1 deletion built_value_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ topics:
- build-runner

environment:
sdk: '>=3.6.0-edge <4.0.0'
sdk: '>=3.6.0-300.0.dev <4.0.0'

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

0 comments on commit 1ecf606

Please sign in to comment.