Skip to content

Commit d14855c

Browse files
committed
chore(ci): 更新 Zig 版本矩阵至 0.15.1
- 在 GitHub Actions 构建流程中新增 Zig 0.15.1 版本测试 - 保持多版本兼容性,提升持续集成覆盖范围
1 parent 0f8c6fa commit d14855c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
25-
version: [0.11.0, 0.12.1, 0.13.0, 0.14.0, ""]
25+
version: [0.11.0, 0.12.1, 0.13.0, 0.14.0, 0.15.1, ""]
2626
fail-fast: false
2727
runs-on: ${{ matrix.os }}
2828
steps:

0 commit comments

Comments
 (0)