Skip to content

Commit 08d347e

Browse files
committed
Fix tests config
1 parent 368040b commit 08d347e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
strategy:
3232
matrix:
33-
php-version: ['8.1']
33+
php-version: ['8.2']
3434

3535
steps:
3636
- name: "Checkout code"

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
fail-fast: true
1111
PHPUNIT_FLAGS: "-v"
1212
SYMFONY_PHPUNIT_DIR: "$HOME/symfony-bridge/.phpunit"
13-
SYMFONY_DEPRECATIONS_HELPER: 17
13+
SYMFONY_DEPRECATIONS_HELPER: 0
1414

1515
permissions:
1616
contents: read

0 commit comments

Comments
 (0)