Skip to content

Commit

Permalink
chore: add bazel8 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Oct 4, 2024
1 parent 3278fb7 commit c2bfabf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
m=${v::1}
a=(
"major:$m, version:\"$v\""
"major:8, version:\"8.0.0-pre.20240911.1\""
"major:6, version:\"6.5.0\""
)
printf -v j '{%s},' "${a[@]}"
Expand Down Expand Up @@ -158,6 +159,10 @@ jobs:
bzlmod: 0
folder: e2e/gyp_no_install_script
include:
- bazel-version:
major: 8
version: 8.0.0-pre.20240911.1
bzlmod: 1
- bazel-version:
major: 7
version: 7.1.1
Expand Down

0 comments on commit c2bfabf

Please sign in to comment.