Skip to content

Commit

Permalink
Update documentation with compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Feb 13, 2024
1 parent bd9c032 commit 971589e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run Mockoon CLI
uses: mockoon/cli-action@v1
uses: mockoon/cli-action@v2
with:
# Mockoon CLI version, default to 'latest'
version: "latest"
Expand All @@ -49,6 +49,15 @@ jobs:
run: curl -X GET http://localhost:3000/endpoint
```
## Mockoon version compatibility
This action is compatible with the following Mockoon CLI versions:
| Mockoon CLI version | Action version |
| ------------------- | -------------- |
| <6.0.0 | v1 |
| >=6.0.0 | v2 |
## Changelogs
You will find Mockoon applications [changelogs](https://mockoon.com/releases/) on the official website.
Expand Down

0 comments on commit 971589e

Please sign in to comment.