Skip to content

Commit

Permalink
run tests on laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
cappuc committed Feb 16, 2024
1 parent b090080 commit dbbd593
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ jobs:
fail-fast: true
matrix:
php: [ 8.1, 8.2 , 8.3 ]
laravel: [ ^10.0 ]
laravel: [ ^10.0, ^11.0 ]
stability: [ prefer-stable, prefer-lowest ]
laravelData: [ ^3.0, ^4.0 ]
exclude:
- php: 8.1
laravel: ^11.0

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

Expand Down

0 comments on commit dbbd593

Please sign in to comment.