Skip to content

Commit

Permalink
Update version_compatability.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 authored Oct 14, 2024
1 parent 1d083ba commit dea72b8
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/version_compatability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ on: push

jobs:
openssl_version:
matrix:
opt: [
openssl-3.0,
openssl-3.1,
openssl-3.2,
openssl-3.3,
openssl-3.4
]
strategy:
fail-fast: false
matrix:
branch: [openssl-3.0, openssl-3.1, openssl-3.2, openssl-3.3, openssl-3.4]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -43,4 +39,4 @@ jobs:
USE_LIBCMP=1 cmake -S .. -B .
make clean build
DESTDIR=tmp make install uninstall
make deb
make deb

0 comments on commit dea72b8

Please sign in to comment.