Skip to content

Commit

Permalink
allow deprecation notices for now
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Aug 30, 2023
1 parent 2ebfe7c commit 2a95394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -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
Expand Down

0 comments on commit 2a95394

Please sign in to comment.