Skip to content

Commit

Permalink
Remove CI tests for unsupported laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvalue committed Jun 6, 2024
1 parent 119ba0a commit baa9872
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,12 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [ 8.0,8.1,8.2,8.3 ]
laravel: [ 9.*,10.*,11.* ]
php: [ 8.2,8.3 ]
laravel: [ 11.* ]
stability: [prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
exclude:
- php: 8.0
laravel: 10.*
- php: 8.0
laravel: 11.*
- php: 8.1
laravel: 11.*

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

Expand Down

0 comments on commit baa9872

Please sign in to comment.