From 1d8b9e84309f5d2dc35e42f1bee1b02757784f45 Mon Sep 17 00:00:00 2001 From: Aboubacar OUATTARA Date: Sun, 25 Feb 2024 20:32:39 -0500 Subject: [PATCH] Update dependencies and expand support to Laravel 10 The composer dependencies have been updated to include Laravel 10 and upgrade PHPUnit to the latest version. Also, testing range is expanded for multiple PHP and Laravel versions in CI configurations. README now includes a detailed compatibility table, and phpunit.xml is rewritten to be more streamlined. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f655381..c41ad19 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.0, 8.1, 8.2] + php: [8.1, 8.2] laravel: [9.*, 10.*] stability: [prefer-stable] include: