File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -70,24 +70,26 @@ jobs:
70
70
fail-fast : false
71
71
matrix :
72
72
php-version : ['8.1', '8.3', '8.4']
73
+ symfony-version : ['6.4', '7.2']
73
74
minimum-stability : ['stable', 'dev']
74
- include :
75
- - php-version : ' 8.1'
76
- dependency-version : ' lowest'
77
- - php-version : ' 8.3'
78
- dependency-version : ' highest'
79
- - php-version : ' 8.4'
80
- dependency-version : ' highest'
75
+ dependency-version : ['lowest', 'highest']
81
76
component : ${{ fromJson(needs.tests-php-components.outputs.components )}}
82
77
exclude :
83
78
- php-version : ' 8.1'
84
79
minimum-stability : ' dev'
85
80
- php-version : ' 8.3'
86
81
minimum-stability : ' dev'
82
+ - php-version : ' 8.1'
83
+ dependency-version : ' highest'
84
+ - php-version : ' 8.3'
85
+ dependency-version : ' lowest'
86
+ - php-version : ' 8.4'
87
+ dependency-version : ' lowest'
87
88
- component : Swup # has no tests
88
89
- component : Turbo # has its own workflow (test-turbo.yml)
89
90
- component : Typed # has no tests
90
-
91
+ env :
92
+ SYMFONY_REQUIRE : ${{ matrix.config.symfony-version }}
91
93
steps :
92
94
- uses : actions/checkout@v4
93
95
You can’t perform that action at this time.
0 commit comments