Skip to content

Commit c4dabc2

Browse files
committed
CI: Update LibreSSL CI
LibreSSL 3.7 is out of support, so replace it with just released 4.0. Bump 3.9 branch to 3.9.2 and 3.8 branch to 3.8.4.
1 parent f9027b7 commit c4dabc2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,17 @@ jobs:
184184
bindgen: true
185185
library:
186186
name: libressl
187-
version: 3.7.3
187+
version: 3.8.4
188188
- target: x86_64-unknown-linux-gnu
189189
bindgen: true
190190
library:
191191
name: libressl
192-
version: 3.8.3
192+
version: 3.9.2
193193
- target: x86_64-unknown-linux-gnu
194194
bindgen: true
195195
library:
196196
name: libressl
197-
version: 3.9.1
197+
version: 4.0.0
198198
- target: x86_64-unknown-linux-gnu
199199
bindgen: false
200200
library:
@@ -204,17 +204,17 @@ jobs:
204204
bindgen: false
205205
library:
206206
name: libressl
207-
version: 3.7.3
207+
version: 3.8.4
208208
- target: x86_64-unknown-linux-gnu
209209
bindgen: false
210210
library:
211211
name: libressl
212-
version: 3.8.3
212+
version: 3.9.2
213213
- target: x86_64-unknown-linux-gnu
214214
bindgen: false
215215
library:
216216
name: libressl
217-
version: 3.9.1
217+
version: 4.0.0
218218
name: ${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-${{ matrix.bindgen }}
219219
runs-on: ubuntu-latest
220220
env:

0 commit comments

Comments
 (0)