From 2a95394a2b221c6274c7b188145ed5f037e12ba3 Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Wed, 30 Aug 2023 20:43:18 +0200 Subject: [PATCH] allow deprecation notices for now --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b8852906..f8bbfb6d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: continue-on-error: ${{ matrix.allow-failure || false }} env: SYMFONY_REQUIRE: ${{ matrix.symfony }} - SYMFONY_DEPRECATIONS_HELPER: ${{ matrix.symfony-deprecations }} + SYMFONY_DEPRECATIONS_HELPER: max[direct]=20 DB_DSN_MYSQL: pdo-mysql://test:test@127.0.0.1/craue_form_flow_tests DB_DSN_POSTGRESQL: pdo-pgsql://test:test@127.0.0.1/craue_form_flow_tests DB_DSN_SQLITE: pdo-sqlite:///sqlite.db