]> BookStack Code Mirror - bookstack/commitdiff
Added gmp extension to test workflow
authorDan Brown <redacted>
Sat, 21 Jan 2023 21:34:39 +0000 (21:34 +0000)
committerDan Brown <redacted>
Sat, 21 Jan 2023 21:34:39 +0000 (21:34 +0000)
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.

.github/workflows/test-php.yml

index 903b676cd9607652bddb115cf6f807a3138093f5..215f987414577d9f870c26e9c38aee236235a581 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       uses: shivammathur/setup-php@v2
       with:
         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
       id: composer-cache