From f11d0a607996c445112b2cdd4c76b59d4a290268 Mon Sep 17 00:00:00 2001 From: "Ralph J. Smit" <59207045+ralphjsmit@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:51:14 +0100 Subject: [PATCH] WIP --- .github/workflows/run-tests.yml | 8 ++++---- composer.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c4e92c4..9804108 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,16 +12,16 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest ] - php: [ 8.1, 8.2 ] - laravel: [ 8.*, 9.*, 10.* ] + php: [ 8.1, 8.2, 8.3 ] + laravel: [ 9.*, 10.*, 11.* ] stability: [ prefer-lowest, prefer-stable ] include: - - laravel: 8.* - testbench: ^6.23 - laravel: 9.* testbench: ^7.0 - laravel: 10.* testbench: ^8.0 + - laravel: 11.* + testbench: ^9.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 683f5f5..9e73ac4 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ "require": { "php": "^8.0", "filament/filament": "^3.0", - "illuminate/contracts": "^8.73|^9.0|^10.0|^11.0", + "illuminate/contracts": "^9.0|^10.0|^11.0", "ralphjsmit/laravel-seo": "^1.0.4", "spatie/laravel-package-tools": "^1.9.2" }, "require-dev": { "nesbot/carbon": "^2.66|^3.0", - "nunomaduro/collision": "^5.10|^6.1|^7.0|^8.0", - "orchestra/testbench": "^6.22|^7.0|^8.0|^9.0", + "nunomaduro/collision": "^6.1|^7.0|^8.0", + "orchestra/testbench": "^7.0|^8.0|^9.0", "pestphp/pest": "^1.21|^2.0", "pestphp/pest-plugin-laravel": "^1.1|^2.0", "phpunit/phpunit": "^9.5|^10.5",