We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8752d9e + cc876f5 commit 1955728Copy full SHA for 1955728
.github/workflows/test.yml
@@ -33,6 +33,7 @@ jobs:
33
34
- name: test
35
run: rake test TESTOPTS="-v --no-show-detail-immediately" OSSL_MDEBUG=1
36
+ timeout-minutes: 5
37
38
test-openssls:
39
name: >-
@@ -46,8 +47,8 @@ jobs:
46
47
openssl:
48
- openssl-1.0.2u # EOL
49
- openssl-1.1.0l # EOL
- - openssl-1.1.1l
50
- - openssl-3.0.1
+ - openssl-1.1.1q
51
+ - openssl-3.0.5
52
- libressl-3.1.5 # EOL
53
- libressl-3.2.7
54
- libressl-3.3.5
@@ -94,3 +95,4 @@ jobs:
94
95
96
97
98
0 commit comments