Skip to content

Commit

Permalink
add tests for multiple php and laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishDhamalaAD committed Mar 11, 2021
1 parent a94488e commit c630f38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0]
laravel: [8.*]
php: [7.4, 8.0]
laravel: [7.*, 8.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 7.*
testbench: 5.*
- laravel: 8.*
testbench: 6.*

Expand Down

0 comments on commit c630f38

Please sign in to comment.