Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCoulbourne committed Apr 17, 2024
1 parent e6bfefa commit 2ce0868
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
php: [8.2, 8.1]
laravel: [10.*, 11.*]
stability: [lowest, stable]
include:
- laravel: 10.*
testbench: 8.*
carbon: ^2.63

exclude:
- php: 8.1
laravel: 11.*
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 2ce0868

Please sign in to comment.