Skip to content

Commit c18d55d

Browse files
committed
Fix CI
1 parent 0e094cc commit c18d55d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/http2.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,14 @@ jobs:
4545
run: dart analyze --fatal-infos
4646
if: always() && steps.install.outcome == 'success'
4747

48-
# Run tests on a matrix consisting of two dimensions:
49-
# 1. OS: ubuntu-latest, (macos-latest, windows-latest)
50-
# 2. release channel: dev
5148
test:
5249
needs: analyze
5350
runs-on: ${{ matrix.os }}
5451
strategy:
5552
fail-fast: false
5653
matrix:
57-
# Add macos-latest and/or windows-latest if relevant for this package.
5854
os: [ubuntu-latest]
59-
sdk: [3.2, dev]
55+
sdk: [3.7, stable, dev]
6056
steps:
6157
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6258
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c

0 commit comments

Comments
 (0)