Skip to content

Commit

Permalink
CI: Update LibreSSL CI
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
botovq committed Oct 15, 2024
1 parent f9027b7 commit c4dabc2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,17 @@ jobs:
bindgen: true
library:
name: libressl
version: 3.7.3
version: 3.8.4
- target: x86_64-unknown-linux-gnu
bindgen: true
library:
name: libressl
version: 3.8.3
version: 3.9.2
- target: x86_64-unknown-linux-gnu
bindgen: true
library:
name: libressl
version: 3.9.1
version: 4.0.0
- target: x86_64-unknown-linux-gnu
bindgen: false
library:
Expand All @@ -204,17 +204,17 @@ jobs:
bindgen: false
library:
name: libressl
version: 3.7.3
version: 3.8.4
- target: x86_64-unknown-linux-gnu
bindgen: false
library:
name: libressl
version: 3.8.3
version: 3.9.2
- target: x86_64-unknown-linux-gnu
bindgen: false
library:
name: libressl
version: 3.9.1
version: 4.0.0
name: ${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-${{ matrix.bindgen }}
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit c4dabc2

Please sign in to comment.