Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mchev committed Mar 12, 2024
1 parent 7172045 commit a25082f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
fail-fast: true
matrix:
php: [8.3, 8.2, 8.1, 8.0]
laravel: [10.*, 9.*]
laravel: [11.*, 10.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: ^8.0
- laravel: 10.*
testbench: ^8.0
- laravel: 9.*
Expand All @@ -26,6 +28,9 @@ jobs:
php: 8.3
- laravel: 10.*
php: 8.0
- laravel: 11.*
php: 8.0
php: 8.1

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

Expand Down

0 comments on commit a25082f

Please sign in to comment.