Skip to content

Commit 8fc109c

Browse files
committed
Test against current OpenSSL and LibreSSL releases.
Add LibreSSL 3.9.0, bump older branches to their respective current releases.
1 parent 26b09b4 commit 8fc109c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/c-cpp.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,18 @@ jobs:
6262
- { target: ubuntu-latest, config: libressl-3.5.3 }
6363
- { target: ubuntu-latest, config: libressl-3.6.1 }
6464
- { target: ubuntu-latest, config: libressl-3.7.2 }
65-
- { target: ubuntu-latest, config: libressl-3.8.2 }
65+
- { target: ubuntu-latest, config: libressl-3.8.3 }
66+
- { target: ubuntu-latest, config: libressl-3.9.0 }
6667
- { target: ubuntu-latest, config: openssl-master }
6768
- { target: ubuntu-latest, config: openssl-noec }
6869
- { target: ubuntu-latest, config: openssl-1.1.1 }
6970
- { target: ubuntu-latest, config: openssl-1.1.1t }
7071
- { target: ubuntu-latest, config: openssl-1.1.1w }
7172
- { target: ubuntu-latest, config: openssl-3.0.0 }
72-
- { target: ubuntu-latest, config: openssl-3.0.12 }
73+
- { target: ubuntu-latest, config: openssl-3.0.13 }
7374
- { target: ubuntu-latest, config: openssl-3.1.0 }
74-
- { target: ubuntu-latest, config: openssl-3.1.4 }
75-
- { target: ubuntu-latest, config: openssl-3.2.0 }
75+
- { target: ubuntu-latest, config: openssl-3.1.5 }
76+
- { target: ubuntu-latest, config: openssl-3.2.1 }
7677
- { target: ubuntu-latest, config: openssl-1.1.1_stable }
7778
- { target: ubuntu-latest, config: openssl-3.0 } # stable branch
7879
- { target: ubuntu-latest, config: openssl-3.2 } # stable branch

0 commit comments

Comments
 (0)