Skip to content

Commit

Permalink
Drop support for Bazel 5
Browse files Browse the repository at this point in the history
Protobuf 25.0 drops support for Bazel 5. Bazel 7 is coming out very
soon, at which point we'd drop Bazel 5 anyway.
  • Loading branch information
ejona86 committed Dec 7, 2023
1 parent 1a0c97a commit 55a9c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
bazel:
runs-on: ubuntu-latest
env:
USE_BAZEL_VERSION: 5.0.0
USE_BAZEL_VERSION: 6.0.0

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 55a9c01

Please sign in to comment.