Skip to content

Commit

Permalink
Run CI on multiple Ubuntu versions that have different OpenSSL versions
Browse files Browse the repository at this point in the history
  • Loading branch information
collimarco committed Jan 5, 2023
1 parent 60c265b commit f9e7f65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ on:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
ruby-version: ['3.0', '3.1', '3.2']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit f9e7f65

Please sign in to comment.