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 c9238a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
# ubuntu-22.04 uses OpenSSL 3.0, ubuntu-20.04 uses OpenSSL 1.1.1
os: [ ubuntu-22.04, ubuntu-20.04 ]
ruby:
- '3.3'
- '3.2'
Expand Down

0 comments on commit c9238a4

Please sign in to comment.