Skip to content

Commit

Permalink
fix v1 to v3 debug
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Nov 20, 2024
1 parent f9c2b6b commit 63e8a33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ on:

jobs:
laravel-tests:

runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
Expand All @@ -36,7 +34,7 @@ jobs:
coverage: none

# Configure NPM
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '16.x'

Expand Down

0 comments on commit 63e8a33

Please sign in to comment.