Skip to content

Commit

Permalink
Add a little of context about the version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
eldipa committed Feb 24, 2022
1 parent 37ec33a commit 66a24f5
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/languages/iasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ Or you can download the code from
> *New* in ``byexample 10.1.0``.
### Versions tested

We tested `byexample` with the following versions of the language
and the underlying runner or interpreter:

<!-- matrix CI begin -->

| Language | Runner/Interpreter |
Expand Down
5 changes: 5 additions & 0 deletions docs/languages/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ for `Java`. It is installed by default as part of the
> *New* in ``byexample 10.3.0``.
### Versions tested

We tested `byexample` with the following versions of the language
and the underlying runner or interpreter:

<!-- matrix CI begin -->

| Language | Runner/Interpreter |
Expand Down
5 changes: 5 additions & 0 deletions docs/languages/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ You can get the `nodejs` interpreter from [here](https://nodejs.org/en/download/
> **Stability**: ``experimental`` - non backward compatibility changes are
> possible or even removal between versions (even patch versions).
### Versions tested

We tested `byexample` with the following versions of the language
and the underlying runner or interpreter:

<!-- matrix CI begin -->

| Language | Runner/Interpreter |
Expand Down
5 changes: 5 additions & 0 deletions docs/languages/powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ $ byexample -l pwsh docs/languages/powershell.md # byexample: +timeout=8
> *New* in ``byexample 10.1.0``.
### Versions tested

We tested `byexample` with the following versions of the language
and the underlying runner or interpreter:

<!-- matrix CI begin -->

| Language | Runner/Interpreter |
Expand Down
5 changes: 5 additions & 0 deletions docs/languages/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ If `-l python` is used in the command line, `byexample` will use the
binary named `python` while if you use `-l python3` it will be the
binary named `python3`.

### Versions tested

We tested `byexample` with the following versions of the language
and the underlying runner or interpreter:

<!-- matrix CI begin -->

| Language | Runner/Interpreter |
Expand Down
5 changes: 5 additions & 0 deletions docs/languages/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Check its [download page](https://www.ruby-lang.org/en/downloads/)
> changes may occur between versions; but in general a change like that
> will happen only between major versions.
### Versions tested

We tested `byexample` with the following versions of the language
and the underlying runner or interpreter:

<!-- matrix CI begin -->

| Language | Runner/Interpreter |
Expand Down
5 changes: 5 additions & 0 deletions docs/languages/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ $ byexample -l shell -o '+shell=dash' your-file-here # byexample: +skip
> changes may occur between versions; but in general a change like that
> will happen only between major versions.
### Versions tested

We tested `byexample` with the following versions of the language
and the underlying runner or interpreter:

<!-- matrix CI begin -->

| Language | Runner/Interpreter |
Expand Down

0 comments on commit 66a24f5

Please sign in to comment.