From 48bd1b2d63f202a02c0ee82264054afb9739619e Mon Sep 17 00:00:00 2001 From: Stefan Gotre Date: Mon, 5 Feb 2024 21:02:38 +0100 Subject: [PATCH 1/4] add support for L10/php83, drop EOL Versions --- .github/workflows/run-tests.yml | 7 ++----- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index cd18939..746aa78 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,11 +9,8 @@ jobs: strategy: fail-fast: true matrix: - php: [ 7.4, 8.0, 8.1 ] - laravel: [ ^8.0, ^9.0 ] - exclude: - - php: 7.4 - laravel: ^9.0 + php: [ 8.1, 8.2, 8.3 ] + laravel: [ ^8.0, ^9.0, ^10.0 ] name: P${{ matrix.php }} - L${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 1dcb44d..f29aa7d 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ } ], "require": { - "php": "^7.4|^8.0", - "illuminate/routing": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0" + "php": "^8.1|^8.2|^8.3", + "illuminate/routing": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.3", From 20d1bf33a058e11163062f4f3e05a8560db3695f Mon Sep 17 00:00:00 2001 From: Stefan Gotre Date: Mon, 5 Feb 2024 21:10:09 +0100 Subject: [PATCH 2/4] PHP / Laravel Versions --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 746aa78..b351a5e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,8 +9,8 @@ jobs: strategy: fail-fast: true matrix: - php: [ 8.1, 8.2, 8.3 ] - laravel: [ ^8.0, ^9.0, ^10.0 ] + php: [8.1, 8.2, 8.3 ] + laravel: [^9.0 ^10.0 ] name: P${{ matrix.php }} - L${{ matrix.laravel }} From f3bc41b87bd061a865537f367e37cdaa34eb4a15 Mon Sep 17 00:00:00 2001 From: Stefan Gotre Date: Mon, 5 Feb 2024 21:10:46 +0100 Subject: [PATCH 3/4] PHP / Laravel Versions --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b351a5e..a7e5cbb 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,7 +10,7 @@ jobs: fail-fast: true matrix: php: [8.1, 8.2, 8.3 ] - laravel: [^9.0 ^10.0 ] + laravel: [^9.0, ^10.0 ] name: P${{ matrix.php }} - L${{ matrix.laravel }} From aa6e082ff449cef34d7038b67c87d9a2400cbd4f Mon Sep 17 00:00:00 2001 From: Stefan Gotre Date: Mon, 5 Feb 2024 21:11:57 +0100 Subject: [PATCH 4/4] PHP / Laravel Versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f29aa7d..3858e7d 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.3", - "orchestra/testbench": "^6.0|^7.0" + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {