Skip to content

Commit

Permalink
Merge pull request #85 from Workiva/batch/raise_min_dart_sdk_2_19/pla…
Browse files Browse the repository at this point in the history
…tform_detect

raise_min_dart_sdk_2_19
  • Loading branch information
rmconsole4-wk authored Dec 8, 2024
2 parents e098c26 + 4949803 commit aff9e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [ 2.18.7, 2.19.6, stable ]
sdk: [ 2.19.6, stable ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/Workiva/platform_detect
documentation: https://www.dartdocs.org/documentation/platform_detect/latest

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.19.0 <3.0.0'

dependencies:
meta: ^1.16.0
Expand Down

0 comments on commit aff9e4f

Please sign in to comment.