Skip to content

Commit abe085c

Browse files
Merge branch '6.x' into 7.x
2 parents 6438ea0 + ce163cf commit abe085c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ jobs:
7979
name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - Windows
8080

8181
steps:
82+
- name: Set git to use LF
83+
run: |
84+
git config --global core.autocrlf false
85+
git config --global core.eol lf
86+
8287
- name: Checkout code
8388
uses: actions/checkout@v2
8489

0 commit comments

Comments
 (0)