Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBoes committed Apr 25, 2024
1 parent 16c273b commit 133f794
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ jobs:
inertia: [^0.6.2, ^1.0]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
phpunit-config: [phpunit.xml.dist]
include:
- laravel: 10.*
testbench: ^8.0
phpunit-config: phpunit.10.xml.dist
- laravel: 11.*
testbench: ^9.0
phpunit-config: phpunit.xml.dist
exclude:
- laravel: 11.*
php: 8.1
- inertia: ^0.6.2
php: 8.3

name: PHP${{ matrix.php }} - L${{ matrix.laravel }} - Inertia ${{ matrix.inertia }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit 133f794

Please sign in to comment.