File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 82
82
php-version : ${{ matrix.php-version }}
83
83
tools : composer, flex
84
84
85
- - name : Configure minimum stability
86
- if : matrix.sf-version == '7.3'
87
- # Currently Symfony 7.3 release is in beta, which means we need to configure this flag to be able to use it.
88
- run : composer config minimum-stability beta
89
-
90
85
- name : Validate composer.json and composer.lock
91
86
run : composer validate
92
87
Original file line number Diff line number Diff line change 71
71
php-version : ${{ matrix.php-version }}
72
72
tools : composer, flex
73
73
74
- - name : Configure minimum stability
75
- if : matrix.sf-version == '7.3'
76
- # Currently Symfony 7.3 release is in beta, which means we need to configure this flag to be able to use it.
77
- run : composer config minimum-stability beta
78
-
79
74
- name : Validate composer.json and composer.lock
80
75
run : composer validate
81
76
You can’t perform that action at this time.
0 commit comments