Skip to content

Commit

Permalink
Merge pull request #251 from ploi/filament31
Browse files Browse the repository at this point in the history
Upgrade to Filament 3.1
  • Loading branch information
Cannonb4ll authored Dec 4, 2023
2 parents e4c3899 + d674f42 commit 82afc29
Show file tree
Hide file tree
Showing 3 changed files with 704 additions and 532 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
php: ['8.1', '8.2']
php: ['8.2', '8.3']

name: PHP ${{ matrix.php }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"php": "^8.1.0",
"php": "^8.2",
"doctrine/dbal": "^3.3",
"filament/filament": "^3.0.37",
"filament/spatie-laravel-settings-plugin": "^3.0-stable",
Expand Down
Loading

0 comments on commit 82afc29

Please sign in to comment.