Skip to content

Commit

Permalink
chore: debug run-tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter committed Jul 18, 2024
1 parent e077310 commit 10f8658
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

jobs:
test:
test-laravel-11:
runs-on: ${{ matrix.os }}
timeout-minutes: 5
strategy:
Expand All @@ -24,14 +24,6 @@ jobs:
testbench: 9.*
carbon: ^2.63
php: 8.3
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
php: 8.2
- laravel: 9.*
testbench: 7.*
carbon: ^2.63
php: 8.1

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

Expand Down

0 comments on commit 10f8658

Please sign in to comment.