custom runner

This commit is contained in:
Roland Gruber 2025-07-11 19:59:27 +02:00
parent 5273217705
commit 212a5c61bd

View file

@ -29,7 +29,7 @@ jobs:
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2 uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2
with: with:
php-version: '8.1' php-version: '8.1'
extensions: ldap, xdebug, gd, json, xml, curl, zip, mbstring, imagick extensions: ldap, xdebug, gd, json, xml, curl, zip, mbstring, imagick, pdo_sqlite
- name: Validate composer.json and composer.lock - name: Validate composer.json and composer.lock
run: composer validate --strict run: composer validate --strict