wip: add github ci config
authorgggeek <giunta.gaetano@gmail.com>
Mon, 6 Dec 2021 16:03:03 +0000 (16:03 +0000)
committergggeek <giunta.gaetano@gmail.com>
Mon, 6 Dec 2021 16:03:03 +0000 (16:03 +0000)
.github/workflows/ci.yml
tests/ci/setup/setup_apache.sh

index 13cf9cc..c4d6aa9 100644 (file)
@@ -26,7 +26,7 @@ jobs:
                 uses: shivammathur/setup-php@v2
                 with:
                     php-version: ${{ matrix.php }}
-                    extensions: curl
+                    extensions: curl, dom, mbstring, xsl
                     #tools: phpunit
             #-
             #    run: 'php -v && env'
index 193d399..7a6f3af 100755 (executable)
@@ -15,6 +15,9 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y apache2
 
 a2enmod rewrite proxy_fcgi setenvif ssl
 
+# in case mod-php was enabled
+a2dismod php
+
 # configure apache virtual hosts
 
 cp -f "$SCRIPT_DIR/../config/apache_vhost" /etc/apache2/sites-available/000-default.conf