Skip to content

Commit

Permalink
bump filament to support laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mozex committed Feb 29, 2024
1 parent c0b2216 commit 17c8450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" livewire/livewire filament/filament:^3.2.26 --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" livewire/livewire filament/filament:^3.2.39 --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: List Installed Dependencies
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"spatie/regex": "^3.1"
},
"require-dev": {
"filament/filament": "^3.2.26",
"filament/filament": "^3.2.39",
"larastan/larastan": "^2.0.1",
"laravel/pint": "^1.0",
"livewire/livewire": "^3.4",
Expand Down

0 comments on commit 17c8450

Please sign in to comment.