From e06f40a3ae75b99b47f0a346b676a567f562ef30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 27 Dec 2024 21:00:24 +0100 Subject: [PATCH 1/2] Run test on PHP 8.4 L11 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9c47c0..99cd11f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,8 @@ jobs: php: 8.2 - laravel: 10 php: 8.3 + - laravel: 11 + php: 8.4 steps: - uses: actions/checkout@v2 From ea986170f4ff13505e445581956807b25e8eedb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 27 Dec 2024 21:07:09 +0100 Subject: [PATCH 2/2] Allow installing testbench v9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 01ce6b7..ec33155 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "^8.1" }, "require-dev": { - "orchestra/testbench": "^8.0", + "orchestra/testbench": "^8.0 || ^9.0", "larastan/larastan": "^2.4", "pestphp/pest": "^2.0", "pestphp/pest-plugin-laravel": "^2.0"