File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
openssl :
15
- - { tag: "openssl-3.0.3 ", name: "3.0.3 " }
16
- - { tag: "OpenSSL_1_1_1o ", name: "1.1.1o " }
15
+ - { tag: "openssl-3.0.5 ", name: "3.0.5 " }
16
+ - { tag: "OpenSSL_1_1_1q ", name: "1.1.1q " }
17
17
- { tag: "OpenSSL_1_1_0i", name: "1.1.0i" } # Do not bump, there's a broken in the autoconfig script and it's not maintained
18
18
- { tag: "OpenSSL_1_0_2u", name: "1.0.2u" }
19
19
- { tag: "OpenSSL_1_0_1u", name: "1.0.1u" }
47
47
- uses : ./.github/actions/install/gtest
48
48
- uses : ./.github/actions/install/openssl
49
49
with :
50
- version : " openssl-3.0.3 "
50
+ version : " openssl-3.0.5 "
51
51
52
52
- name : configure
53
53
run : cmake . -DJWT_BUILD_TESTS=ON -DOPENSSL_ROOT_DIR=/tmp -DCMAKE_CXX_FLAGS="-DOPENSSL_NO_DEPRECATED=1" -DCMAKE_C_FLAGS="-DOPENSSL_NO_DEPRECATED=1"
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ In the name of flexibility and extensibility, jwt-cpp supports [OpenSSL](https:/
42
42
| -------------------| ----------------| ----------------|
43
43
| ![ 1.0.2u] [ o1.0.2 ] | ![ 3.3.6] [ l3.3 ] | ![ 5.1.1] [ w5.1 ] |
44
44
| ![ 1.1.0i] [ o1.1.0 ] | ![ 3.4.3] [ l3.4 ] | ![ 5.2.0] [ w5.2 ] |
45
- | ![ 1.1.1o ] [ o1.1.1 ] | ![ 3.5.3] [ l3.5 ] | ![ 5.3.0] [ w5.3 ] |
46
- | ![ 3.0.3 ] [ o3.0 ] | | |
45
+ | ![ 1.1.1q ] [ o1.1.1 ] | ![ 3.5.3] [ l3.5 ] | ![ 5.3.0] [ w5.3 ] |
46
+ | ![ 3.0.5 ] [ o3.0 ] | | |
47
47
48
48
> ℹ️ Note: A complete list of versions tested in the past can be found [ here] ( https://github.com/Thalhammer/jwt-cpp/tree/badges ) .
49
49
50
50
[ o1.0.2 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Thalhammer/jwt-cpp/badges/openssl/1.0.2u/shields.json
51
51
[ o1.1.0 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Thalhammer/jwt-cpp/badges/openssl/1.1.0i/shields.json
52
- [ o1.1.1 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Thalhammer/jwt-cpp/badges/openssl/1.1.1o /shields.json
53
- [ o3.0 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Thalhammer/jwt-cpp/badges/openssl/3.0.3 /shields.json
52
+ [ o1.1.1 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Thalhammer/jwt-cpp/badges/openssl/1.1.1q /shields.json
53
+ [ o3.0 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Thalhammer/jwt-cpp/badges/openssl/3.0.5 /shields.json
54
54
[ l3.3 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Thalhammer/jwt-cpp/badges/libressl/3.3.6/shields.json
55
55
[ l3.4 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Thalhammer/jwt-cpp/badges/libressl/3.4.3/shields.json
56
56
[ l3.5 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Thalhammer/jwt-cpp/badges/libressl/3.5.3/shields.json
You can’t perform that action at this time.
0 commit comments