Skip to content

Commit

Permalink
Don't use native file session in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Aug 20, 2023
1 parent 047b2b6 commit 5695b20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
php-version: "${{ matrix.php }}"
tools: pecl, composer
extensions: intl, bcmath, curl, openssl, mbstring
ini-values: memory_limit=-1, session.save_path=/tmp
ini-values: memory_limit=-1

- name: Update project dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions tests/App/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ framework:
form:
enabled: true
csrf_protection: ~
session:
handler_id: 'session.handler.native'

monolog:
handlers:
Expand Down

0 comments on commit 5695b20

Please sign in to comment.