We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eeedc0 commit 49a6a27Copy full SHA for 49a6a27
.github/workflows/integration-tests.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Install Hurl
86
run: |
87
- VER=5.0.1
+ VER=6.0.0
88
DEB=hurl_${VER}_amd64.deb
89
curl --location --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/$VER/$DEB
90
sudo dpkg --install $DEB
0 commit comments