Skip to content

Commit

Permalink
Merge pull request #76 from lara-zeus/update-forms
Browse files Browse the repository at this point in the history
update textarea
  • Loading branch information
atmonshi authored Dec 18, 2023
2 parents 1aba7b7 + e2d0811 commit 430a63d
Show file tree
Hide file tree
Showing 4 changed files with 1,074 additions and 1,257 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1]
laravel: [9.*]
stability: [prefer-lowest, prefer-stable]
laravel: [10.*]
stability: [prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*

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

Expand Down
Loading

0 comments on commit 430a63d

Please sign in to comment.