We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368040b commit 08d347eCopy full SHA for 08d347e
.github/workflows/lint.yaml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
strategy:
32
matrix:
33
- php-version: ['8.1']
+ php-version: ['8.2']
34
35
steps:
36
- name: "Checkout code"
.github/workflows/tests.yaml
@@ -10,7 +10,7 @@ env:
10
fail-fast: true
11
PHPUNIT_FLAGS: "-v"
12
SYMFONY_PHPUNIT_DIR: "$HOME/symfony-bridge/.phpunit"
13
- SYMFONY_DEPRECATIONS_HELPER: 17
+ SYMFONY_DEPRECATIONS_HELPER: 0
14
15
permissions:
16
contents: read
0 commit comments