Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 40 additions & 40 deletions .github/workflows/dart.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/http2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
schedule:
- cron: "0 0 * * 0"

defaults:
run:
defaults:
run:
working-directory: pkgs/http2/

env:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [3.7, stable, dev]
sdk: [3.9, stable, dev]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/http_multi_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
schedule:
- cron: "0 0 * * 0"

defaults:
run:
defaults:
run:
working-directory: pkgs/http_multi_server/

env:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
sdk: [3.2, dev]
sdk: [3.9, dev]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/http_parser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ on:
env:
PUB_ENVIRONMENT: bot.github

defaults:
run:
defaults:
run:
working-directory: pkgs/http_parser/

permissions: read-all
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [3.4, dev]
sdk: [3.9, dev]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/web_socket_channel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
schedule:
- cron: "0 0 * * 0"

defaults:
run:
defaults:
run:
working-directory: pkgs/web_socket_channel/

env:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [3.3, dev]
sdk: [3.9, dev]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
Expand Down
Loading
Loading