We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4fcfb commit ce779e1Copy full SHA for ce779e1
.github/workflows/build.yaml
@@ -78,10 +78,6 @@ jobs:
78
name: Output PHP version for Symfony CLI
79
run: php -v | head -n 1 | awk '{ print $2 }' > .php-version
80
81
- -
82
- name: Install certificates
83
- run: symfony server:ca:install
84
-
85
86
name: Get Composer cache directory
87
id: composer-cache
behat.yaml.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