Skip to content

Commit be49e5b

Browse files
committed
Tests on Symfony 8 stable
1 parent a227377 commit be49e5b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
- php-version: '8.2'
3636
symfony-version: '7.0.*'
3737
- php-version: '8.4'
38-
symfony-version: '8.0.x-dev' # TODO: change to '8.0' when Symfony 8.0 is released
39-
minimum-stability: 'dev' # TODO: remove when Symfony 8.0 is released
38+
symfony-version: '8.0.*'
4039

4140
env:
4241
SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=5.4' }}

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
3535
"Symfony\\WebpackEncoreBundle\\Tests\\": "tests/"
3636
}
3737
},
38+
"config": {
39+
"audit": {
40+
"ignore": [
41+
"PKSA-4k7v-pfvw-nqvp"
42+
]
43+
}
44+
},
3845
"extra": {
3946
"thanks": {
4047
"name": "symfony/webpack-encore",

0 commit comments

Comments
 (0)