From b9fb82e98aff4025a43a64e96e796324c4f6a55e Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Mon, 22 Jul 2024 13:03:14 -0400 Subject: [PATCH] Test on L11 --- .github/workflows/phpunit.yml | 8 +++++--- composer.json | 12 ++++++------ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 8a3be13..ad15f8c 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -14,8 +14,8 @@ jobs: fail-fast: false matrix: dependency-version: [ stable, lowest ] - laravel: [ ^8.79, ^9.50.2, 10.* ] - php: [ 8.0, 8.1, 8.2 ] + laravel: [ ^8.79, ^9.50.2, 10.*, 11.* ] + php: [ 8.0, 8.1, 8.2, 8.3 ] include: - laravel: ^8.79 testbench: ^6.24 @@ -27,7 +27,9 @@ jobs: - php: 8.2 laravel: ^8.79 - php: 8.0 - laravel: 10.* + laravel: 11.* + - php: 8.0 + laravel: [ 10.*, 11.* ] timeout-minutes: 10 name: "${{ matrix.php }} / ${{ matrix.laravel }} (${{ matrix.dependency-version }})" diff --git a/composer.json b/composer.json index 7ddf158..35483e1 100755 --- a/composer.json +++ b/composer.json @@ -23,13 +23,13 @@ ], "require": { "php": ">=7.4", - "illuminate/contracts": "^v7|^8|^9|^10|11.x-dev|dev-master", - "illuminate/support": "^v7|^8|^9|^10|11.x-dev|dev-master", - "illuminate/http": "^v7|^8|^9|^10|11.x-dev|dev-master", - "illuminate/routing": "^v7|^8|^9|^10|11.x-dev|dev-master", - "illuminate/validation": "^v7|^8|^9|^10|11.x-dev|dev-master", + "illuminate/contracts": "^v7|^8|^9|^10|^11|12.x-dev|dev-master", + "illuminate/support": "^v7|^8|^9|^10|^11|12.x-dev|dev-master", + "illuminate/http": "^v7|^8|^9|^10|^11|12.x-dev|dev-master", + "illuminate/routing": "^v7|^8|^9|^10|^11|12.x-dev|dev-master", + "illuminate/validation": "^v7|^8|^9|^10|^11|12.x-dev|dev-master", "commerceguys/addressing": "^v1.2", - "symfony/intl": "^v4.2|^v5.0|^v6.0", + "symfony/intl": "^v4.2|^v5.0|^v6.0|^7.0", "commerceguys/intl": "^v1.1", "doctrine/collections": "^1.6.2" },