Skip to content

Commit ce5e411

Browse files
committed
chore: remove .cirrus.yml / update docs
1 parent 5acca82 commit ce5e411

File tree

2 files changed

+3
-47
lines changed

2 files changed

+3
-47
lines changed

.cirrus.yml

-25
This file was deleted.

README.md

+3-22
Original file line numberDiff line numberDiff line change
@@ -238,31 +238,12 @@ Due to using a shared native library instead of C# for the main Pact logic only
238238
| Windows | x64 | ✔️ Yes |
239239
| Linux (libc) | x86 | ❌ No |
240240
| Linux (libc) | x64 | ✔️ Yes |
241-
| Linux (musl) | x64 | ✔️ Yes (Tier 2)* |
242-
| Linux (libc) | ARM | ✔️ Yes (Tier 3)* |
243-
| Linux (musl) | ARM | ✔️ Yes (Tier 3)* |
241+
| Linux (musl) | x64 | ✔️ Yes |
242+
| Linux (libc) | ARM | ✔️ Yes |
243+
| Linux (musl) | ARM | ✔️ Yes |
244244
| OSX | x64 | ✔️ Yes |
245245
| OSX | ARM (M1/M2) | ✔️ Yes |
246246

247-
#### Support
248-
249-
- Tier 1
250-
- Established
251-
- Full CI/CD support.
252-
- Users should not encounter issues
253-
- Full reproducible examples running in CI, should be provided by users raising issues
254-
- If using musl targets, users should attempt the same test on a libc target (such as debian)
255-
- Tier 2
256-
- Recently introduced
257-
- Full CI/CD support.
258-
- Users may encounter issues
259-
- Full reproducible examples running in CI, should be provided by users raising issues
260-
- If using musl targets, users should attempt the same test on a libc target (such as debian)
261-
- Tier 3
262-
- Recently introduced, No/limited CI/CD support.
263-
- Users may encounter issues
264-
- Full reproducible examples which can be run by maintainers locally, should be provided by users raising issues
265-
266247
### Pact Specification
267248

268249
| Version | Status | [Spec] Compatibility | Install |

0 commit comments

Comments
 (0)