From b24e9ab1b763dc028864cf5ec06d3c39df700614 Mon Sep 17 00:00:00 2001 From: Sam Maosa Date: Sun, 7 Apr 2024 01:41:01 +0300 Subject: [PATCH] Further Tests workflow adjustment - Use carbon ^2.72 --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 011c704..b4d56bc 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,14 +16,14 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, windows-latest] - php: [8.3, 8.2] + os: [debian-latest, windows-latest] + php: [8.2, 8.3] laravel: [11.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 11.* testbench: 9.* - carbon: ^2.63 + carbon: ^2.72 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}