From 9a3c2f93f4a9a6e6d4211e230af1ff083424c9e8 Mon Sep 17 00:00:00 2001 From: Richard Tippin Date: Thu, 23 May 2024 17:03:53 -0400 Subject: [PATCH] fix test workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4bf6ddb..83b36dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2] + php: [8.2, 8.3] laravel: [^11.0] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}