We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf35ad3 commit 579a7a9Copy full SHA for 579a7a9
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ on:
21
name: "Continuous Integration"
22
23
env:
24
- PHP_EXTENSIONS: "" # caution: setting 'none' resets/disables shared extensions
+ PHP_EXTENSIONS: json, mbstring, sodium
25
PHP_INI_VALUES: memory_limit=-1, error_reporting=-1, display_errors=On
26
27
jobs:
0 commit comments