Added gmp extension to test workflow

If was not already enabled by default, should enable faster testing
handling as it helps the phpseclib usage for OIDC tokens in test rocket
through.
This commit is contained in:
Dan Brown 2023-01-21 21:34:39 +00:00
parent 78ebcb6f38
commit 1c2ae7bff6
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -16,7 +16,7 @@ jobs:
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: ${{ matrix.php }} php-version: ${{ matrix.php }}
extensions: gd, mbstring, json, curl, xml, mysql, ldap extensions: gd, mbstring, json, curl, xml, mysql, ldap, gmp
- name: Get Composer Cache Directory - name: Get Composer Cache Directory
id: composer-cache id: composer-cache