diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 23da51f..bf86294 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -14,6 +14,9 @@ jobs: matrix: php: [8.1, 8.2, 8.3] laravel: [9.*, 10.*, 11.*] + exclude: + - laravel: 11.* + php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 5fe2244..fc55ed8 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "laravel/pint": "^1.0", "orchestra/testbench": "^7.0 || ^8.0 || ^9.0", "phpunit/phpunit": "^9.3 || ^10.0", - "spatie/phpunit-snapshot-assertions": "^4.2" + "spatie/phpunit-snapshot-assertions": "^5.1" }, "prefer-stable": true, "autoload": {