Skip to content

Commit a7973b6

Browse files
committed
chore: drop Bazel 5 testing
1 parent b981e98 commit a7973b6

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v3
26+
# TODO(alex): add testing on Bazel 7
2627
- id: bazel_6
2728
run: echo "bazelversion=$(head -n 1 .bazelversion)" >> $GITHUB_OUTPUT
28-
- id: bazel_5
29-
run: echo "bazelversion=5.3.2" >> $GITHUB_OUTPUT
3029
outputs:
31-
# Will look like ["<version from .bazelversion>", "5.3.2"]
30+
# Will look like ["<version from .bazelversion>", ...]
3231
bazelversions: ${{ toJSON(steps.*.outputs.bazelversion) }}
3332

3433
matrix-prep-os:
@@ -72,13 +71,6 @@ jobs:
7271
- 'e2e/smoke'
7372
- 'e2e/worker'
7473
exclude:
75-
# Don't test macos with Bazel 5 to minimize macOS minutes (billed at 10X)
76-
# https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#included-storage-and-minutes
77-
- os: macos-latest
78-
bazelversion: 5.3.2
79-
# Don't test bzlmod with Bazel 5 (not supported)
80-
- bazelversion: 5.3.2
81-
bzlmodEnabled: true
8274
# TODO
8375
- folder: e2e/loaders
8476
bzlmodEnabled: true

0 commit comments

Comments
 (0)