Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 26, 2023
1 parent 667d474 commit 04980e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ jobs:
php-versions: ['8.0', '8.1', '8.2']

steps:
- name: Install Apache and Stunnel
run: sudo apt-get install stunnel4 apache2

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

0 comments on commit 04980e0

Please sign in to comment.