Skip to content

Commit

Permalink
[Maintenance] Removal of Sf4.4 BC layer leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Apr 16, 2022
1 parent 0e69030 commit dfd1eb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ jobs:
php-version: "${{ matrix.php }}"
coverage: none

-
name: Configure session storage for Symfony 4
if: matrix.symfony == '^4.4'
run: |
sed -i -e 's/#storage_id:/storage_id:/g' src/Bundle/test/config/packages/framework.yaml
sed -i -e 's/storage_factory_id:/#storage_factory_id:/g' src/Bundle/test/config/packages/framework.yaml
-
name: Restrict Symfony version
if: matrix.symfony != ''
Expand Down
1 change: 0 additions & 1 deletion src/Bundle/test/config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
#storage_id: session.storage.mock_file
storage_factory_id: session.storage.factory.mock_file
http_method_override: true
test: ~

0 comments on commit dfd1eb3

Please sign in to comment.