We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2f643 commit 41f254bCopy full SHA for 41f254b
.github/workflows/integration-tests.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Install Hurl
86
run: |
87
- VER=4.2.0
+ VER=4.3.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