Skip to content

Commit 1955728

Browse files
authored
Merge pull request #528 from MSP-Greg/00-test-current-versions
[CI] test.yml - test-openssls - use 1.1.1q, 3.0.5
2 parents 8752d9e + cc876f5 commit 1955728

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333

3434
- name: test
3535
run: rake test TESTOPTS="-v --no-show-detail-immediately" OSSL_MDEBUG=1
36+
timeout-minutes: 5
3637

3738
test-openssls:
3839
name: >-
@@ -46,8 +47,8 @@ jobs:
4647
openssl:
4748
- openssl-1.0.2u # EOL
4849
- openssl-1.1.0l # EOL
49-
- openssl-1.1.1l
50-
- openssl-3.0.1
50+
- openssl-1.1.1q
51+
- openssl-3.0.5
5152
- libressl-3.1.5 # EOL
5253
- libressl-3.2.7
5354
- libressl-3.3.5
@@ -94,3 +95,4 @@ jobs:
9495

9596
- name: test
9697
run: rake test TESTOPTS="-v --no-show-detail-immediately" OSSL_MDEBUG=1
98+
timeout-minutes: 5

0 commit comments

Comments
 (0)