Skip to content

Commit b11d1c5

Browse files
committed
Install mod_php
1 parent 3eee088 commit b11d1c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ jobs:
1919
extensions: dom, curl, libxml, mbstring, zip, pcntl
2020
coverage: none
2121

22+
- name: Install Apache mod_php
23+
run: |
24+
LC_ALL=C.UTF-8 sudo apt-add-repository http://ppa.launchpad.net/ondrej/php/ubuntu
25+
sudo apt install libapache2-mod-php8.2
26+
sudo a2enmod php8.2 rewrite
27+
shell: bash
28+
2229
- name: Setup frameworks
2330
run: bash setup.sh
2431

0 commit comments

Comments
 (0)