File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,18 @@ jobs:
1717 - php-version : ' 8.1'
1818 symfony-version : ' 6.4.*'
1919 composer-flags : ' --prefer-stable --prefer-lowest'
20- install-dos2unix : true
2120 description : ' with SF 6.4.* lowest'
2221 - php-version : ' 8.2'
2322 symfony-version : ' 7.1.*'
2423 composer-flags : ' --prefer-stable --prefer-lowest'
25- install-dos2unix : true
2624 description : ' with SF 7.1.* lowest'
2725 - php-version : ' 8.2'
2826 symfony-version : ' 7.2.*'
2927 composer-flags : ' --prefer-stable --prefer-lowest'
30- install-dos2unix : true
3128 description : ' with SF 7.2.* lowest'
3229 - php-version : ' 8.2'
3330 symfony-version : ' 7.3.*'
3431 composer-flags : ' --prefer-stable --prefer-lowest'
35- install-dos2unix : true
3632 description : ' with SF 7.3.* lowest'
3733
3834 # Symfony versions
8682 - name : Checkout
8783 uses : actions/checkout@v2
8884
89- - name : Install dos2unix
90- if : matrix.install-dos2unix
91- run : |
92- sudo apt-get install -y dos2unix
93-
9485 - name : Setup PHP
9586 uses : shivammathur/setup-php@v2
9687 with :
You can’t perform that action at this time.
0 commit comments