Skip to content

Commit c97ce92

Browse files
committed
bump Aiken version in CI.
1 parent 65f6f06 commit c97ce92

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: aiken-lang/setup-aiken@v1
2727
with:
28-
version: v1.1.13
28+
version: v1.1.16
2929
- run: aiken fmt --check
3030
- run: aiken check -D
3131
- run: aiken build

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ It provides many useful primitives for writing and composing arbitrary generator
1818
aiken add aiken-lang/fuzz --version v2
1919
```
2020

21+
## Compatibility
22+
23+
aiken's version | fuzz's version(s)
24+
--- | ---
25+
$>=$ `v1.1.15` | `2.2.0`
26+
$>=$ `v1.1.13` | `2.1.1`, `2.1.0`
27+
$>=$ `v1.1.0` | `1.0.0`
28+
2129
## Getting started
2230

2331
First, make sure you have the [Aiken's user manual about tests](https://aiken-lang.org/language-tour/tests#property-based-test); in particular the section about property-based test.

0 commit comments

Comments
 (0)