Skip to content

Commit

Permalink
fixup: test
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Oct 23, 2023
1 parent 196efab commit cb3d3f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,13 @@ jobs:
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, redis, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite ${{ matrix.full-testsuite && ', imagick' || '' }}
coverage: ${{ matrix.coverage && 'xdebug' || 'none' }}
ini-file: development
ini-values: disable_functions=""
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Debug information
run: php -i

- name: Set up dependencies
run: composer i

Expand Down

0 comments on commit cb3d3f5

Please sign in to comment.