Skip to content

Commit 1c0a48d

Browse files
authored
Update tests.yml
1 parent ec14743 commit 1c0a48d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
4747
coverage: xdebug
4848

49+
- name: Install latest OpenSSL
50+
run: |
51+
sudo apt-get update
52+
sudo apt-get install -y openssl libssl-dev
53+
4954
- name: Install dependencies
5055
run: |
5156
composer require "illuminate/console:${{ matrix.laravel }}" "illuminate/database:${{ matrix.laravel }}" "illuminate/filesystem:${{ matrix.laravel }}" --no-update

0 commit comments

Comments
 (0)