Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dart-lang:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
whesse authored Feb 7, 2024
2 parents 3010760 + c8a0c8b commit c7a2166
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sdk: [dev]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
with:
sdk: ${{ matrix.sdk }}
- id: install
Expand All @@ -47,10 +47,10 @@ jobs:
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
sdk: [2.19.0, dev]
sdk: [3.2, dev]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
with:
sdk: ${{ matrix.sdk }}
- id: install
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.3-wip

- Require Dart 3.2.

## 2.2.2

- Added package topics to the pubspec file.
Expand Down
5 changes: 0 additions & 5 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ analyzer:

linter:
rules:
- avoid_returning_null
- avoid_returning_null_for_future
- avoid_unused_constructor_parameters
- cancel_subscriptions
- comment_references
- literal_only_boolean_expressions
- no_adjacent_strings_in_list
- package_api_docs
- prefer_const_constructors
- test_types_in_equals
- unnecessary_await_in_return
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: benchmark_harness
version: 2.2.2
version: 2.2.3-wip
description: The official Dart project benchmark harness.
repository: https://github.com/dart-lang/benchmark_harness

topics:
- benchmarking

environment:
sdk: '>=2.19.0 <3.0.0'
sdk: ^3.2.0

dev_dependencies:
build_runner: ^2.0.0
build_web_compilers: ^3.0.0
dart_flutter_team_lints: ^1.0.0
build_web_compilers: ^4.0.0
dart_flutter_team_lints: ^2.0.0
path: ^1.8.0
test: ^1.16.0

0 comments on commit c7a2166

Please sign in to comment.