Skip to content

Commit

Permalink
CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude committed Sep 12, 2024
1 parent ad85efd commit 449ba0f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,11 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
laravel: [10.*, 11.*]
laravel: [11.*]
stability: [prefer-stable]
include:
- laravel: 10.*
testbench: ^8.0
carbon: 3.*
collision: 8.*
- laravel: 11.*
testbench: ^9.0
carbon: 2.*
collision: 7.*

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

Expand Down

0 comments on commit 449ba0f

Please sign in to comment.