Skip to content

Commit d00b20a

Browse files
committed
Update to latest lints, required Dart 3.7
1 parent dc54465 commit d00b20a

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ jobs:
1212
publish:
1313
if: ${{ github.repository_owner == 'google' }}
1414
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
15+
permissions:
16+
id-token: write # Required for authentication using OIDC
17+
pull-requests: write # Required for writing the pull request note

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
# Add macos-latest and/or windows-latest if relevant for this package.
4949
os: [ubuntu-latest]
50-
sdk: [3.0, dev]
50+
sdk: [3.7, dev]
5151
steps:
5252
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5353
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 0.3.2-wip
22

3-
* Require Dart 3.0
3+
* Require Dart 3.7
44

55
## 0.3.1
66

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Synchronous HTTP client for Dart.
44
repository: https://github.com/google/sync_http.dart
55

66
environment:
7-
sdk: ^3.0.0
7+
sdk: ^3.7.0
88

99
dev_dependencies:
10-
dart_flutter_team_lints: ^2.0.0
11-
test: ^1.16.0
10+
dart_flutter_team_lints: ^3.0.0
11+
test: ^1.16.6

0 commit comments

Comments
 (0)