Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Williamug committed Jan 5, 2025
1 parent 641f826 commit 403cf3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 5
timeout-minutes: 15
strategy:
fail-fast: true
matrix:
Expand All @@ -27,6 +27,9 @@ jobs:
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
exclude:
- php: 8.4
laravel: 10.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit 403cf3a

Please sign in to comment.