summaryrefslogtreecommitdiffstats
path: root/.github/workflows/integration-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/integration-tests.yml
parent540608682988c627d46b6891089183568db06798 (diff)
Actions: Strictly define extensions
Diffstat (limited to '.github/workflows/integration-tests.yml')
-rw-r--r--.github/workflows/integration-tests.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index fd80cb71f..5c77e784a 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -52,6 +52,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
+ extensions: pdo_sqlite,pdo_mysql,pdo_pgsql,gd,zip
+ coverage: none
### MySQL specific setup
- name: Setup mysql
@@ -100,6 +102,9 @@ jobs:
app: 'news'
check-code: true
+ - name: Setup problem matchers for PHP
+ run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
+
- name: Functional tests maintenance
working-directory: ../server
run: |