Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Mar 21, 2024
1 parent 3be47c3 commit 2e2fa33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest ]
php: [ 8.2, 8.3 ]
laravel: [ 11.* ]
laravel: [ 10.*, 11.* ]
stability: [ prefer-lowest, prefer-stable ]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Filament Json Field is a Filament wrapper for Codemirror.

## 🛠 Requirements

| Package | PHP | Laravel | Filament Infolists | Filament Support | Filament Tables |
|-----------|-------|------------|--------------------|------------------|-----------------|
| v1.0 | 8.2 | 10.0, 11.0 | 3.2 | 3.2 | 3.2 |
| Package | PHP | Laravel | Filament Infolists | Filament Support | Filament Tables |
|-----------|-------|---------------|--------------------|------------------|-----------------|
| v1.0 | ^8.1 | ^10.45, ^11.0 | ^3.2 | ^3.2 | ^3.2 |


## ⚙️ Installation
Expand Down

0 comments on commit 2e2fa33

Please sign in to comment.