diff --git a/.github/workflows/strict-tests.yaml b/.github/workflows/strict-tests.yaml index 8b32734d..de3bb280 100644 --- a/.github/workflows/strict-tests.yaml +++ b/.github/workflows/strict-tests.yaml @@ -24,6 +24,7 @@ jobs: - "~12.5.8" - "~13.0.0" - "~13.1.0" + - "~13.2.0" experimental: - false exclude: @@ -33,6 +34,8 @@ jobs: phpunit: "~13.1.0" - php: 8.3 phpunit: "~13.1.0" + - php: 8.3 + phpunit: "~13.2.0" name: PHP${{ matrix.php }} / PHPUnit:${{ matrix.phpunit }} ⬆️ diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0051ddc7..eb0b0031 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -30,6 +30,7 @@ jobs: - "~12.5.8" - "~13.0.0" - "~13.1.0" + - "~13.2.0" dependencies: - "highest" - "lowest" @@ -40,6 +41,8 @@ jobs: phpunit: "~13.0.0" - php: 8.3 phpunit: "~13.1.0" + - php: 8.3 + phpunit: "~13.2.0" name: PHP:${{ matrix.php }} / PHPUnit:${{ matrix.phpunit }} / OS:${{ matrix.os }} ${{ matrix.dependencies == 'highest' && '⬆️' || '⬇️' }} diff --git a/composer.json b/composer.json index 9e72cd12..68de63f2 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ "laravel/framework": "<13.10.0|>=14.0.0", "laravel/serializable-closure": ">=2.0.0 <2.0.10|>=3.0.0", "nunomaduro/collision": "<8.9.0|>=9.0.0", - "phpunit/phpunit": "<11.5.50|>=12.0.0 <12.5.8|>=13.2.0" + "phpunit/phpunit": "<11.5.50|>=12.0.0 <12.5.8|>=13.3.0" }, "suggest": { "ext-pcntl": "Required to use all features of the console signal trapping.",