Use sodium instead of libsodium

This commit is contained in:
Ben Ramsey
2021-09-22 21:31:54 -05:00
parent 900324c013
commit 1744aa8023
+1 -1
View File
@@ -101,7 +101,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
php-version: "${{ matrix.php-version }}"
extensions: bcmath, ctype, gmp, libsodium, uuid
extensions: bcmath, ctype, gmp, sodium, uuid
coverage: "none"
ini-values: "memory_limit=-1"