Skip to content

Commit 2cfbe51

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

2 files changed

Lines changed: 6 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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
"Symfony\\WebpackEncoreBundle\\Tests\\": "tests/"
3636
}
3737
},
38+
"config": {
39+
"audit": {
40+
"ignore": ["PKSA-4k7v-pfvw-nqvp"]
41+
}
42+
},
3843
"extra": {
3944
"thanks": {
4045
"name": "symfony/webpack-encore",

0 commit comments

Comments
 (0)