We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8202bc6 commit 05e6649Copy full SHA for 05e6649
.github/workflows/integration-tests.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Install Hurl
86
run: |
87
- VER=6.0.0
+ VER=6.1.1
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
tests/mise.toml
@@ -1,2 +1,2 @@
1
[tools]
2
-hurl = "6.0.0"
+hurl = "6.1.1"
0 commit comments