Do not use pecl-uuid extension in workflow

This commit is contained in:
Ben Ramsey
2020-10-28 21:45:54 -05:00
parent 9409ea98ba
commit 4d7b904321
+3 -3
View File
@@ -27,7 +27,7 @@ jobs:
- name: "Run the linter"
run: "composer lint -- --colors"
- name: "Check coding standards"
run: "composer phpcs -- --colors"
run: "./vendor/bin/phpcs --colors"
static-analysis:
name: "Static Analysis"
@@ -61,7 +61,7 @@ jobs:
with:
php-version: "${{ matrix.php-version }}"
tools: pecl
extensions: bcmath, ctype, gmp, uuid
extensions: bcmath, ctype, gmp
coverage: "none"
ini-values: "memory_limit=-1"
- uses: "ramsey/composer-install@v1"
@@ -85,7 +85,7 @@ jobs:
with:
php-version: "${{ matrix.php-version }}"
tools: pecl
extensions: bcmath, ctype, gmp, uuid
extensions: bcmath, ctype, gmp
coverage: "pcov"
ini-values: "memory_limit=-1"
- uses: "ramsey/composer-install@v1"