Skip to content

Commit 89e145c

Browse files
committed
fix ci
1 parent 2e2556d commit 89e145c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
sdk: [3.4, stable, beta] # note, not testing on 3.3 due to build_runner CI dependency problem.
13-
protobuf: ["3.1.0", "4.1.0"] # Test latest v3 and latest v4
13+
protobuf: ["3.1.0", "4.0.0"] # make sure works with both protobuf versions.
1414
steps:
1515
- uses: actions/checkout@v4
1616

0 commit comments

Comments
 (0)