Skip to content

Commit d1000b3

Browse files
committed
up min sdk in ci
1 parent 17a254b commit d1000b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
sdk: [3.4, stable, beta] # note, not testing on 3.3 due to build_runner CI dependency problem.
12+
sdk: [3.6, stable, beta] # note, not testing on 3.3 due to build_runner CI dependency problem.
1313
protobuf: ["3.1.0", "4.0.0", "5.0.0"] # make sure works with both protobuf versions.
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)