Skip to content

Commit 49a6a27

Browse files
committed
ci: update Hurl to 6.0.0
1 parent 1eeedc0 commit 49a6a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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=5.0.1
87+
VER=6.0.0
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

0 commit comments

Comments
 (0)