Skip to content

Commit 890b298

Browse files
committed
fix: pin k6 version to v0.52.0
1 parent 99ecf27 commit 890b298

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
uses: szkiba/xk6bundler@v0
2020
with:
2121
with: github.com/grafana/xk6-python=/github/workspace
22+
k6_version: v0.52.0

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: szkiba/xk6bundler@v0
2323
with:
2424
with: github.com/grafana/xk6-python=/github/workspace
25+
k6_version: v0.52.0
2526

2627
- name: Create Release
2728
uses: softprops/action-gh-release@v2

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@ Check the [documentation](https://grafana.github.io/xk6-python/) for available m
7676
## Contribute
7777

7878
If you would like to contribute, start by reading [Contributing Guidelines](https://grafana.github.io/xk6-python/CONTRIBUTING.html).
79+
80+
## k6 version
81+
82+
xk6-python is currently compatible with k6 v0.52.0. It is possible that it works with other versions, but it has not been tested.

0 commit comments

Comments
 (0)