Skip to content

Commit 05e6649

Browse files
committed
ci: update Hurl to 6.1.1
1 parent 8202bc6 commit 05e6649

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Install Hurl
8686
run: |
87-
VER=6.0.0
87+
VER=6.1.1
8888
DEB=hurl_${VER}_amd64.deb
8989
curl --location --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/$VER/$DEB
9090
sudo dpkg --install $DEB

Diff for: tests/mise.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
hurl = "6.0.0"
2+
hurl = "6.1.1"

0 commit comments

Comments
 (0)