Skip to content

Commit

Permalink
ci: add tests against OpenSSL 3
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 committed Jan 26, 2024
1 parent 657a278 commit dfbf595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
# ubuntu-22.04 uses OpenSSL 3.0, ubuntu-20.04 uses OpenSSL 1.1.1
runs-on: [ ubuntu-22.04, ubuntu-20.04 ]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit dfbf595

Please sign in to comment.