summaryrefslogtreecommitdiffstats
path: root/.github/workflows/frontend-tests.yml
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2021-02-04 20:58:39 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-05 07:27:11 +0100
commitbb6fb66b57bf0d3b9b035c0cb64c21b40990802a (patch)
tree3ec94cc99fc13fde9ce5b705fddab45f76493eee /.github/workflows/frontend-tests.yml
parent540608682988c627d46b6891089183568db06798 (diff)
Actions: Strictly define extensions
Diffstat (limited to '.github/workflows/frontend-tests.yml')
-rw-r--r--.github/workflows/frontend-tests.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml
index 699736ece..91cab7d8f 100644
--- a/.github/workflows/frontend-tests.yml
+++ b/.github/workflows/frontend-tests.yml
@@ -21,6 +21,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
+ extensions: pdo_sqlite,pdo_mysql,pdo_pgsql,gd,zip
+ coverage: none
### Back to normal setup
- name: Set up server non MySQL