diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8eba860..8ee8c4e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: php: [8.2, 8.1] - laravel: ['10.*', '11.*'] + laravel: ['10.*', '11.*', '12.*'] include: - laravel: 10.* testbench: 8.* @@ -20,9 +20,14 @@ jobs: - laravel: 11.* testbench: 9.* phpunit: 11.* + - laravel: 12.* + testbench: 10.* + phpunit: '8.2' exclude: - laravel: 11.* php: 8.1 + - laravel: 12.* + php: 8.1 name: PHP v${{ matrix.php }} - Laravel v${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 9f50f7f..e89b344 100644 --- a/composer.json +++ b/composer.json @@ -18,16 +18,16 @@ ], "require": { "php": ">=8.1", - "cloudinary/cloudinary_php": "^2.9.0", - "illuminate/contracts": "10.*|^11.0", - "illuminate/filesystem": "10.*|^11.0", - "illuminate/http": "10.*|^11.0", - "illuminate/support": "10.*|^11.0", + "cloudinary/cloudinary_php": "^2.9.0|^3.1", + "illuminate/contracts": "10.*|^11.0|^12.0", + "illuminate/filesystem": "10.*|^11.0|^12.0", + "illuminate/http": "10.*|^11.0|^12.0", + "illuminate/support": "10.*|^11.0|^12.0", "league/flysystem": "^3.8.0" }, "require-dev": { - "orchestra/testbench": "8.*|^9.0", - "phpunit/phpunit": "10.*" + "orchestra/testbench": "8.*|^9.0|^10.0", + "phpunit/phpunit": "10.*|^11.5.3" }, "autoload": { "psr-4": {