Skip to content

Commit 7fdd0d8

Browse files
author
Xavier Marchegay
committed
Fixes #10
* fix test.yml
1 parent 5585b5a commit 7fdd0d8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/test.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,48 @@ jobs:
3030
variant: [normal]
3131
include:
3232
- php-version: '8.2'
33+
dependencies: highest
34+
allowed-to-fail: false
3335
symfony-require: 6.4.*
3436
variant: symfony/symfony:"6.4.*"
3537
- php-version: '8.2'
38+
dependencies: highest
39+
allowed-to-fail: false
3640
symfony-require: 7.4.*
3741
variant: symfony/symfony:"7.4.*"
3842
- php-version: '8.3'
43+
dependencies: highest
44+
allowed-to-fail: false
3945
symfony-require: 6.4.*
4046
variant: symfony/symfony:"6.4.*"
4147
- php-version: '8.3'
48+
dependencies: highest
49+
allowed-to-fail: false
4250
symfony-require: 7.4.*
4351
variant: symfony/symfony:"7.4.*"
4452
- php-version: '8.4'
53+
dependencies: highest
54+
allowed-to-fail: false
4555
symfony-require: 6.4.*
4656
variant: symfony/symfony:"6.4.*"
4757
- php-version: '8.4'
58+
dependencies: highest
59+
allowed-to-fail: false
4860
symfony-require: 7.4.*
4961
variant: symfony/symfony:"7.4.*"
5062
- php-version: '8.4'
63+
dependencies: highest
64+
allowed-to-fail: false
5165
symfony-require: 8.0.*
5266
variant: symfony/symfony:"8.0.*"
5367
- php-version: '8.5'
68+
dependencies: highest
69+
allowed-to-fail: false
5470
symfony-require: 7.4.*
5571
variant: symfony/symfony:"7.4.*"
5672
- php-version: '8.5'
73+
dependencies: highest
74+
allowed-to-fail: false
5775
symfony-require: 8.0.*
5876
variant: symfony/symfony:"8.0.*"
5977
steps:

0 commit comments

Comments
 (0)