We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfd31b commit a5b5e91Copy full SHA for a5b5e91
.github/workflows/centos8.yml
@@ -37,6 +37,8 @@ jobs:
37
GPG_VERSION: stable
38
- BUILD_MODE: normal
39
GPG_VERSION: beta
40
+ - BUILD_MODE: normal
41
+ GPG_VERSION: 2.3.1
42
- BUILD_MODE: sanitize
43
44
ci/lib/cacheable_install_functions.inc.sh
@@ -210,6 +210,10 @@ install_gpg() {
210
_install_gpg component-git-ref 2501a48 f73605e d9c4183 909133b 3df0cd3 0e2e53c c6702d7
211
# _install_gpg component-git-ref 7e45b50 c66594d cf88dca 57cf9d6 4243085 6e8ad31 d4e5979
212
;;
213
+ "2.3.1")
214
+ # npth libgpg-error libgcrypt libassuan libksba pinentry gnupg
215
+ _install_gpg component-version 1.6 1.42 1.9.3 2.5.5 1.6.0 1.1.1 2.3.1
216
+ ;;
217
*)
218
>&2 echo "\$GPG_VERSION is set to invalid value: ${GPG_VERSION}"
219
exit 1
0 commit comments