diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 781c4ae..b486838 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,6 +33,10 @@ jobs: echo "::add-matcher::${{ runner.tool_cache }}/php.json" echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" + - name: Set Minimum PHP 8.4 Versions + run: composer require nesbot/carbon:^3.4 --no-interaction --no-update + if: matrix.php >= 8.4 + - name: Install PHP dependencies run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi