We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e094cc commit c18d55dCopy full SHA for c18d55d
.github/workflows/http2.yaml
@@ -45,18 +45,14 @@ jobs:
45
run: dart analyze --fatal-infos
46
if: always() && steps.install.outcome == 'success'
47
48
- # Run tests on a matrix consisting of two dimensions:
49
- # 1. OS: ubuntu-latest, (macos-latest, windows-latest)
50
- # 2. release channel: dev
51
test:
52
needs: analyze
53
runs-on: ${{ matrix.os }}
54
strategy:
55
fail-fast: false
56
matrix:
57
- # Add macos-latest and/or windows-latest if relevant for this package.
58
os: [ubuntu-latest]
59
- sdk: [3.2, dev]
+ sdk: [3.7, stable, dev]
60
steps:
61
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
62
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
0 commit comments