Skip to content

Commit

Permalink
Merge pull request #314 from mautic/fix-apache-install
Browse files Browse the repository at this point in the history
fix for apache not being installable during tests
  • Loading branch information
mollux authored Oct 14, 2023
2 parents 6b11eb2 + 1e06399 commit fa141f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# NOTE: update the PHP version below as well if you're updating PHP!
run: |
sudo add-apt-repository ppa:ondrej/php -y
sudo add-apt-repository ppa:ondrej/apache2 -y
sudo apt-get update
sudo apt-get install apache2 libapache2-mod-php8.0
sudo a2enmod rewrite
sudo sed -i 's,^session.save_handler =.*$,session.save_handler = redis,' /etc/php/8.0/apache2/php.ini
Expand Down

0 comments on commit fa141f9

Please sign in to comment.