Skip to content

Commit

Permalink
ignore laravel 9 from tests since phpunit schema doesnt support it.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdumu committed Jul 6, 2024
1 parent a189132 commit aa18df2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,17 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*, 11.*]
laravel: [10.*, 11.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
exclude:
# excludes laravel 11 on php 8.1
- php: 8.1
laravel: 11.*
- php: 8.1
laravel: 8.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down

0 comments on commit aa18df2

Please sign in to comment.