diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 159a9c9..5794fb9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,7 +66,7 @@ jobs: fail-fast: true matrix: php: [8.3] - laravel: [10] + laravel: [10, 11] name: Windows - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} @@ -83,7 +83,7 @@ jobs: - name: Install dependencies run: | - composer require "illuminate/contracts=^${{ matrix.laravel }}" --prefer-dist --no-interaction --no-update + composer require "illuminate/contracts=${{ matrix.laravel }}.*" --prefer-dist --no-interaction --no-update composer update --prefer-dist --no-interaction --no-progress - name: Execute tests