Skip to content

Commit fd40742

Browse files
committed
.github/workflows/test.yml: update LibreSSL versions
1 parent ff2fe4b commit fd40742

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ jobs:
5454
- openssl-1.1.1s
5555
- openssl-3.0.7
5656
- libressl-3.1.5 # EOL
57-
- libressl-3.2.7
58-
- libressl-3.3.5
59-
- libressl-3.4.2
60-
- libressl-3.5.0
57+
- libressl-3.2.7 # EOL
58+
- libressl-3.3.6 # EOL
59+
- libressl-3.4.3 # EOL
60+
- libressl-3.5.3
61+
- libressl-3.6.1
62+
- libressl-3.7.0 # Development release
6163
steps:
6264
- name: repo checkout
6365
uses: actions/checkout@v3

0 commit comments

Comments
 (0)