Skip to content

Commit

Permalink
chore: run test suite with Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildewit authored Mar 13, 2024
1 parent 2e11176 commit d1c87c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
testbench: ^7.0
- laravel: ^10.0
testbench: ^8.0
- laravel: ^11.0
testbench: ^9.0
exclude:
- laravel: '^6.0'
php: '8.0'
Expand All @@ -45,6 +47,12 @@ jobs:
php: '7.4'
- laravel: '^10.0'
php: '8.0'
- laravel: '^11.0'
php: '7.4'
- laravel: '^11.0'
php: '8.0'
- laravel: '^11.0'
php: '8.1'

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

Expand Down

0 comments on commit d1c87c6

Please sign in to comment.