From d03f3bc1ae3ab47d64433973c04131088ee2023f Mon Sep 17 00:00:00 2001 From: lukeraymonddowning Date: Mon, 29 Apr 2024 15:12:39 +0100 Subject: [PATCH] Prep 1.0 --- .github/workflows/tests.yml | 6 ++++-- composer.json | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4a38a7a..c3d05ab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,14 +13,16 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: ['8.1', '8.2'] - laravel: [9.*, 10.*] + php: ['8.1', '8.2', '8.3'] + laravel: [9.*, 10.*, 11.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 9.* testbench: ^7.0 - laravel: 10.* testbench: ^8.0 + - laravel: 11.* + testbench: ^9.0 name: PHP ${{ matrix.php }} Test on ${{ matrix.os }} with Laravel ${{ matrix.laravel }}, ${{ matrix.stability }} steps: diff --git a/composer.json b/composer.json index 47f54c1..62f64fd 100644 --- a/composer.json +++ b/composer.json @@ -14,11 +14,11 @@ }, "require": { "php": "^8.1", - "illuminate/support": "^9.49|^10.0", + "illuminate/support": "^9.49|^10.0|^11.0", "guzzlehttp/guzzle": "^7.2" }, "require-dev": { - "orchestra/testbench": "^7.0|^8.0", + "orchestra/testbench": "^7.0|^8.0|^9.0", "livewire/livewire": "^3.0" }, "autoload": {