Skip to content

Commit ae9d988

Browse files
committed
Replace LibreSSL 3.8 with 4.1 in CI
1 parent 5292dec commit ae9d988

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,17 +192,17 @@ jobs:
192192
bindgen: true
193193
library:
194194
name: libressl
195-
version: 3.8.4
195+
version: 3.9.2
196196
- target: x86_64-unknown-linux-gnu
197197
bindgen: true
198198
library:
199199
name: libressl
200-
version: 3.9.2
200+
version: 4.0.0
201201
- target: x86_64-unknown-linux-gnu
202202
bindgen: true
203203
library:
204204
name: libressl
205-
version: 4.0.0
205+
version: 4.1.0
206206
- target: x86_64-unknown-linux-gnu
207207
bindgen: false
208208
library:
@@ -212,17 +212,17 @@ jobs:
212212
bindgen: false
213213
library:
214214
name: libressl
215-
version: 3.8.4
215+
version: 3.9.2
216216
- target: x86_64-unknown-linux-gnu
217217
bindgen: false
218218
library:
219219
name: libressl
220-
version: 3.9.2
220+
version: 4.0.0
221221
- target: x86_64-unknown-linux-gnu
222222
bindgen: false
223223
library:
224224
name: libressl
225-
version: 4.0.0
225+
version: 4.1.0
226226
name: ${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-${{ matrix.bindgen }}
227227
runs-on: ubuntu-22.04
228228
env:

0 commit comments

Comments
 (0)