From c759114486bfaa05b261a9e56f627917ec33b8dc Mon Sep 17 00:00:00 2001 From: Lee Evans Date: Tue, 5 Nov 2024 11:41:43 +0000 Subject: [PATCH] Update tests to work with Laravel 11 --- .github/workflows/run-tests.yml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 7ee220b..f82ad11 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -20,6 +20,7 @@ jobs: filament: 3.* - laravel: 11.* testbench: 9.* + filament: 3.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - - ${{ matrix.stability }} - ${{ matrix.dependency-version }} diff --git a/composer.json b/composer.json index ab4412f..d57da2c 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "blade-ui-kit/blade-heroicons": "^2.1", - "orchestra/testbench": "^8.0", + "orchestra/testbench": "^8.0|9.0", "pestphp/pest": "^2.9.1", "pestphp/pest-plugin-laravel": "^2.2", "pestphp/pest-plugin-livewire": "^2.1",