We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f953469 commit 8cd2565Copy full SHA for 8cd2565
1 file changed
.github/workflows/tests.yml
@@ -47,7 +47,9 @@ jobs:
47
restore-keys: ${{ runner.os }}-composer-php${{ matrix.php }}-${{ matrix.ext_optional }}
48
49
- name: Install dependencies
50
- run: composer install --prefer-dist
+ run: |
51
+ openssl version
52
+ composer install --prefer-dist
53
54
- name: Setup node
55
uses: actions/setup-node@v6
0 commit comments