We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c176ada commit 6cb767fCopy full SHA for 6cb767f
.github/workflows/build.yaml
@@ -102,10 +102,6 @@ jobs:
102
name: Output PHP version for Symfony CLI
103
run: php -v | head -n 1 | awk '{ print $2 }' > .php-version
104
105
- -
106
- name: Install certificates
107
- run: symfony server:ca:install
108
-
109
110
name: Get Composer cache directory
111
id: composer-cache
behat.yml.dist
@@ -13,7 +13,7 @@ default:
13
14
Behat\MinkExtension:
15
files_path: "%paths.base%/vendor/sylius/sylius/src/Sylius/Behat/Resources/fixtures/"
16
- base_url: "https://127.0.0.1:8080/"
+ base_url: "http://127.0.0.1:8080/"
17
default_session: symfony
18
javascript_session: chrome
19
sessions:
0 commit comments