From 5695b201402b3ad3b137da49016dacdfe4258ca1 Mon Sep 17 00:00:00 2001 From: Joseph Bielawski Date: Sun, 20 Aug 2023 18:36:15 +0200 Subject: [PATCH] Don't use native file session in tests --- .github/workflows/ci.yaml | 2 +- tests/App/config/config.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a93001405..92e20ac32 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: | diff --git a/tests/App/config/config.yaml b/tests/App/config/config.yaml index ce06203fa..139858ed5 100644 --- a/tests/App/config/config.yaml +++ b/tests/App/config/config.yaml @@ -8,6 +8,8 @@ framework: form: enabled: true csrf_protection: ~ + session: + handler_id: 'session.handler.native' monolog: handlers: