File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- zig-version : ["0.14.0 "]
17+ zig-version : ["0.14.1 "]
1818 os : [ubuntu-latest, macos-latest, windows-latest]
19- include :
20- - zig-version : " master"
21- os : ubuntu-latest
2219
2320 runs-on : ${{ matrix.os }}
2421 steps :
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ Provides a package to be used by the zig package manager for C++ programs.
44
55## Status
66
7+ [ Build fails on clang 20] ( https://github.com/catchorg/Catch2/issues/2991 )
8+
79| Refname | Catch2 version | Zig ` 0.15.x ` | Zig ` 0.14.x ` | Zig ` 0.13.x ` | Zig ` 0.12.x ` |
810| :----------| :---------------| :------------:| :------------:| :------------:| :------------:|
9- | ` 3.8.1 ` | ` v3.8.1 ` | ✅ | ✅ | ❌ | ❌ |
10- | ` 3.8.0+1 ` | ` v3.8.0 ` | ✅ | ✅ | ❌ | ❌ |
11+ | ` 3.8.1 ` | ` v3.8.1 ` | ❌ | ✅ | ❌ | ❌ |
12+ | ` 3.8.0+1 ` | ` v3.8.0 ` | ❌ | ✅ | ❌ | ❌ |
1113| ` 3.8.0 ` | ` v3.8.0 ` | ❌ | ❌ | ✅ | ✅ |
1214| ` 3.7.1+1 ` | ` v3.7.1 ` | ❌ | ❌ | ✅ | ✅ |
1315
You can’t perform that action at this time.
0 commit comments