Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timoladoyinbo committed Mar 4, 2023
1 parent 999c350 commit 3a2afc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
fail-fast: false
matrix:
php: [8.0, 8.1]
laravel: [9.*]
laravel: [9.*, 10.*]

include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 9.*

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

Expand Down

0 comments on commit 3a2afc9

Please sign in to comment.