Skip to content

Commit

Permalink
Upgrade minor Bazel versions in CI (#159)
Browse files Browse the repository at this point in the history
* 6.0.0 -> 6.5.0
* 5.3.2 -> 5.4.1
  • Loading branch information
kzadorozhny authored Apr 8, 2024
1 parent eaac343 commit cd1469a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .fasterci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
workflows:

- &build_workflow
name: Faster CI / build (6.0.0)
name: Faster CI / build (6.5.0)
env:
USE_BAZEL_VERSION: "6.0.0"
USE_BAZEL_VERSION: "6.5.0"
image: us.gcr.io/fasterci/bazelbuilder:5e59f651dbb5
on:
push:
Expand All @@ -32,6 +32,6 @@ workflows:
run: bazel run //:buildifier-check

- <<: *build_workflow
name: Faster CI / build (5.3.1)
name: Faster CI / build (5.4.1)
env:
USE_BAZEL_VERSION: "5.3.1"
USE_BAZEL_VERSION: "5.4.1"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
bazel-version:
- 6.0.0
- 5.3.1
- 6.5.0
- 5.4.1
env:
USE_BAZEL_VERSION: ${{ matrix.bazel-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-20.04
env:
USE_BAZEL_VERSION: 5.3.1
USE_BAZEL_VERSION: 6.5.0
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion examples/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.1
5.4.1

0 comments on commit cd1469a

Please sign in to comment.