Skip to content

Commit

Permalink
Print openssl-version as part of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Mar 20, 2024
1 parent 1983558 commit 6426836
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ jobs:
php-versions: ['8.1', '8.2', '8.3']

steps:
- name: Print OpenSSL version
run: openssl version

- name: Setup PHP, with composer and extensions
# https://github.com/shivammathur/setup-php
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -209,6 +212,9 @@ jobs:
php-versions: ['8.1', '8.2', '8.3']

steps:
- name: Print OpenSSL version
run: openssl version

- name: Setup PHP, with composer and extensions
# https://github.com/shivammathur/setup-php
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 6426836

Please sign in to comment.