From 39ba65c5f663e73a33b980e35546e2bbcc05300f Mon Sep 17 00:00:00 2001 From: Ahti Nurme Date: Sun, 29 Oct 2023 14:00:39 +0200 Subject: [PATCH] Update Actions --- .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 b5d67203..cfd0334f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -19,7 +19,7 @@ jobs: include: - laravel: 10.* testbench: 8.* - carbon: ^2.63 + carbon: ^2.66 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}