From ceb82b303712053a50a67c7374b081f5b42a0b13 Mon Sep 17 00:00:00 2001 From: Viktor Mazur Date: Thu, 28 Mar 2024 16:41:34 +0200 Subject: [PATCH] Fix with Carbon 3 Add support test Laravel 9, 10, 11 --- .github/workflows/run-tests.yml | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a0f7ac4..cb1597e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,12 +18,16 @@ jobs: stability: [prefer-lowest, prefer-stable] include: - laravel: 8.* + php: 8.1 testbench: ^6.0 - laravel: 9.* + php: 8.1 testbench: ^7.0 - laravel: 10.* + php: 8.2 testbench: ^8.0 - laravel: 11.* + php: 8.3 testbench: ^9.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 0058164..2d88dde 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^8.1|^8.2|^8.3", + "php": "^8.1", "spatie/ssl-certificate": "^2.1" }, "require-dev": {