Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Sep 22, 2023
1 parent dd19a50 commit af02483
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
- php: '8.2'
laravel: 7.*
steps:
- if: ${{ matrix.os[0] == 'Windows' }}
run: |
git config --global core.autocrlf false
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit af02483

Please sign in to comment.