Skip to content

Commit 0a2e8c6

Browse files
committed
.github/workflows: update OpenSSL and LibreSSL versions to test with
1 parent ea92561 commit 0a2e8c6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,16 @@ jobs:
7373
- openssl-1.0.1u # EOL
7474
- openssl-1.0.2u # EOL
7575
- openssl-1.1.0l # EOL
76-
- openssl-1.1.1d
76+
- openssl-1.1.1g
7777
# - libressl-2.3.7 # EOL
7878
# - libressl-2.4.5 # EOL
7979
# - libressl-2.5.5 # EOL
8080
# - libressl-2.6.5 # EOL
81-
- libressl-2.7.5 # EOL
82-
- libressl-2.8.3 # EOL
83-
- libressl-2.9.2
81+
# - libressl-2.7.5 # EOL
82+
# - libressl-2.8.3 # EOL
83+
- libressl-2.9.2 # EOL
8484
- libressl-3.0.2
85+
- libressl-3.1.1
8586
steps:
8687
- name: repo checkout
8788
uses: actions/checkout@v2

0 commit comments

Comments
 (0)