Skip to content

Commit 1c2ae7b

Browse files
committed
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.
1 parent 78ebcb6 commit 1c2ae7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: shivammathur/setup-php@v2
1717
with:
1818
php-version: ${{ matrix.php }}
19-
extensions: gd, mbstring, json, curl, xml, mysql, ldap
19+
extensions: gd, mbstring, json, curl, xml, mysql, ldap, gmp
2020

2121
- name: Get Composer Cache Directory
2222
id: composer-cache

0 commit comments

Comments
 (0)