diff --git a/.github/workflows/zig-build-test.yml b/.github/workflows/zig-build-test.yml index 941ea7f..2c46e8a 100644 --- a/.github/workflows/zig-build-test.yml +++ b/.github/workflows/zig-build-test.yml @@ -31,6 +31,7 @@ jobs: - "0.14.1" - "0.15.1" - "0.15.2" + - "0.16.0" - master name: Build and Test diff --git a/README.md b/README.md index 0b95080..8ac0c67 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Zig Itertools -[![Zig 0.14.0, 0.14.1, 0.15.1, 0.15.2, master](https://img.shields.io/badge/Zig-0.14.0%20%7C%200.14.1%20%7C%200.15.1%20%7C%200.15.2%20%7C%20master-color?logo=zig&color=%23f3ab20)](https://github.com/ziglang/zig) +[![Zig 0.14.0, 0.14.1, 0.15.1, 0.15.2, 0.16.0, master](https://img.shields.io/badge/Zig-0.14.0%20%7C%200.14.1%20%7C%200.15.1%20%7C%200.15.2%20%7C%200.16.0%20%7C%20master-color?logo=zig&color=%23f3ab20)](https://ziglang.org/download/) [![zig build test](https://github.com/insolor/zig-collections/actions/workflows/zig-build-test.yml/badge.svg)](https://github.com/insolor/zig-collections/actions/workflows/zig-build-test.yml) > [!WARNING]