-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate CSRF Token loading over render_esi as ESI not longer works …
…to start a Session since Symfony 5.4, this was case in Varnish always (#401)
- Loading branch information
1 parent
12d2df1
commit 89ff00d
Showing
8 changed files
with
13 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ jobs: | |
database: mysql | ||
dependency-versions: 'highest' | ||
tools: 'composer:v2' | ||
composer-options: '--ignore-platform-reqs' | ||
composer-stability: 'dev' | ||
env: | ||
SYMFONY_DEPRECATIONS_HELPER: weak | ||
DATABASE_URL: mysql://root:[email protected]/sulu_form_test?serverVersion=5.7 | ||
|
@@ -124,6 +124,10 @@ jobs: | |
# testing lowest versions. | ||
run: composer remove "*php-cs-fixer*" "*phpstan*" "*rector*" --dev --no-update | ||
|
||
- name: Set composer stability | ||
if: ${{ matrix.composer-stability }} | ||
run: composer config minimum-stability ${{ matrix.composer-stability }} | ||
|
||
- name: Install composer dependencies | ||
uses: ramsey/composer-install@v2 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters