We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cd880 commit 79e3e38Copy full SHA for 79e3e38
1 file changed
.github/workflows/build.yml
@@ -56,6 +56,8 @@ jobs:
56
run: php -v | head -n 1 | awk '{ print $2 }' > .php-version
57
58
- name: Install certificates
59
+ env:
60
+ TRUST_STORES: system
61
run: symfony server:ca:install
62
63
- name: Validate composer.json
0 commit comments