Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 committed Jan 26, 2024
1 parent 3e69f69 commit 3c7c7f9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
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 +41,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rm Gemfile.lock
- 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 3c7c7f9

Please sign in to comment.