diff --git a/.github/workflows/spec-tests.yml b/.github/workflows/spec-tests.yml index dde5b2e..976b484 100644 --- a/.github/workflows/spec-tests.yml +++ b/.github/workflows/spec-tests.yml @@ -15,7 +15,7 @@ jobs: fail-fast: true matrix: php: [8.2, 8.3, 8.4] - laravel: [10, 11] + laravel: [10, 11, 12] exclude: - laravel: 10 php: 8.4 @@ -35,8 +35,7 @@ jobs: - name: Install dependencies run: | - composer require "illuminate/contracts=^${{ matrix.laravel }}" --no-update - composer update --prefer-dist --no-interaction --no-progress + composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts=^${{ matrix.laravel }} - name: Pull Autobahn Docker image run: docker pull crossbario/autobahn-testsuite diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5720495..41c3c40 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,7 +51,7 @@ jobs: - name: Install dependencies run: | - composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts=^${{ matrix.laravel }}" + composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts=^${{ matrix.laravel }}" - name: Execute tests run: vendor/bin/pest