Skip to content

Commit 8b354c2

Browse files
committed
Show OpenSSL version for all platforms in test
1 parent 7f4c88c commit 8b354c2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
if: matrix.os == 'windows-latest' && !startsWith(matrix.ruby, '2.3')
3030
- name: OpenSSL version
3131
run: ruby -ropenssl -e 'puts OpenSSL::OPENSSL_LIBRARY_VERSION'
32-
if: matrix.os == 'windows-latest'
3332
- name: OpenSSL test
3433
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
3534
- name: C extension test

0 commit comments

Comments
 (0)