Skip to content

Commit

Permalink
latest links, bump min sdk (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jun 4, 2024
1 parent d0f3750 commit f7be2d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
sdk: [3.0.0, dev]
sdk: [3.4, dev]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
Expand All @@ -65,7 +65,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
flutter-channel: [beta, stable]
flutter-channel: [stable]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 3.1.1-wip

- Require Dart >= 3.0.0
- Require Dart >= 3.4.0

## 3.1.0

Expand Down
5 changes: 0 additions & 5 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,15 @@ linter:
- avoid_void_async
- cancel_subscriptions
- cascade_invocations
- comment_references
- join_return_with_assignment
- literal_only_boolean_expressions
- missing_whitespace_between_adjacent_strings
- no_adjacent_strings_in_list
- no_runtimeType_toString
- package_api_docs
- prefer_const_constructors
- prefer_const_declarations
- prefer_expression_function_bodies
- prefer_final_locals
- prefer_relative_imports
- require_trailing_commas
- test_types_in_equals
- unnecessary_await_in_return
- use_string_buffers
- use_super_parameters
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ version: 3.1.1-wip
repository: https://github.com/kevmoo/build_verify

environment:
sdk: ^3.0.0
sdk: ^3.4.0

dependencies:
io: ^1.0.0
path: ^1.0.0
test: ^1.0.0
path: ^1.8.0
test: ^1.16.6

dev_dependencies:
build: ^2.0.0
build_runner: ^2.0.0
build_version: ^2.0.0
dart_flutter_team_lints: ^2.0.0
build_version: ^2.0.3
dart_flutter_team_lints: ^3.0.0
git: ^2.2.0
test_descriptor: ^2.0.0
test_process: ^2.0.0

0 comments on commit f7be2d3

Please sign in to comment.