Skip to content

Commit a5b5e91

Browse files
ni4antonsviridenko
authored andcommitted
Add workflow which runs cli_tests with GnuPG 2.3.1
1 parent cdfd31b commit a5b5e91

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/centos8.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
GPG_VERSION: stable
3838
- BUILD_MODE: normal
3939
GPG_VERSION: beta
40+
- BUILD_MODE: normal
41+
GPG_VERSION: 2.3.1
4042
- BUILD_MODE: sanitize
4143
GPG_VERSION: stable
4244

ci/lib/cacheable_install_functions.inc.sh

+4
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ install_gpg() {
210210
_install_gpg component-git-ref 2501a48 f73605e d9c4183 909133b 3df0cd3 0e2e53c c6702d7
211211
# _install_gpg component-git-ref 7e45b50 c66594d cf88dca 57cf9d6 4243085 6e8ad31 d4e5979
212212
;;
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+
;;
213217
*)
214218
>&2 echo "\$GPG_VERSION is set to invalid value: ${GPG_VERSION}"
215219
exit 1

0 commit comments

Comments
 (0)