Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 committed Feb 1, 2024
1 parent 3e69f69 commit 1680314
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,13 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- windows-latest
- macos-latest
- macos-12
- macos-13
- macos-14
ruby:
- '3.2'
- '3.1'
- '3.0'
- '2.7'
- '2.6'
- '2.5'
- '2.4'
gemfile:
- openssl_2_2
- openssl_2_1
Expand All @@ -46,8 +42,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rm Gemfile.lock
- run: brew uninstall --ignore-dependencies openssl@3
- run: brew list | grep openssl
- run: openssl version
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: ruby -ropenssl -e 'puts OpenSSL::OPENSSL_VERSION'
- run: bundle exec rake

0 comments on commit 1680314

Please sign in to comment.