diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 236d43cea..c7c6dd827 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,7 @@ jobs: matrix: os: [ubuntu-latest] php: [8.3, 8.2, 8.1] - laravel: [10.*, 11.*] + laravel: [10.*, 11.*, 12.*] dbal: [3.*, 4.*] exclude: - laravel: 10.* @@ -75,11 +75,15 @@ jobs: php: 8.1 - laravel: 11.* dbal: 3.* + - laravel: 12.* + php: 8.1 include: - laravel: 10.* testbench: 8.* - laravel: 11.* testbench: 9.* + - laravel: 12.* + testbench: 10.* steps: - name: Set timezone? diff --git a/composer.json b/composer.json index d62e62527..39599615a 100644 --- a/composer.json +++ b/composer.json @@ -26,13 +26,13 @@ "php": "^8.0", "ext-json": "*", "ext-pdo": "*", - "astrotomic/laravel-translatable": "^v11.12", - "cartalyst/tags": "^12.0 || ^13.0 || ^14.0", + "astrotomic/laravel-translatable": "^v11.16", + "cartalyst/tags": "^12.0 || ^13.0 || ^14.0 || ^15.0", "doctrine/dbal": "^3.0 || ^4.0", "guzzlehttp/guzzle": "^7.0", "imgix/imgix-php": "^3.0", "kalnoy/nestedset": "^6.0", - "laravel/framework": "^9.0 || ^10.0 || ^11.0", + "laravel/framework": "^9.0 || ^10.0 || ^11.0 || ^12.0", "laravel/socialite": "^5.3", "laravel/ui": "^4.0", "league/flysystem-aws-s3-v3": "^3.0", @@ -51,10 +51,10 @@ "larastan/larastan": "^2.9", "nette/php-generator": "^4.0.3", "nunomaduro/collision": "^6.0 || ^7.0 || ^8.0", - "orchestra/testbench": "^7.8 || ^8.0 || ^9.0", - "orchestra/testbench-dusk": "^7.8 || ^8.0 || ^9.0", - "phpunit/php-invoker": "^3.1 || ^4.0", - "phpunit/phpunit": "~9.0 || ~10.0", + "orchestra/testbench": "^7.8 || ^8.0 || ^9.0 || ^10.0", + "orchestra/testbench-dusk": "^7.8 || ^8.0 || ^9.0 || ^10.0", + "phpunit/php-invoker": "^3.1 || ^4.0 || ^5.0", + "phpunit/phpunit": "~9.0 || ~10.0 || ~11.0", "rector/rector": "^0.19.2 || ^1.0 ", "spatie/invade": "^1.1", "squizlabs/php_codesniffer": "*"