diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d9c4b93..4a5b734 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -17,16 +17,14 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.3, 8.2] - laravel: [11.*, 10.*] + php: [ 8.4,8.3, 8.2 ] + laravel: [ 12.*] stability: [prefer-lowest, prefer-stable] include: - - laravel: 11.* - testbench: 9.* - carbon: ^2.63 - - laravel: 10.* - testbench: 8.* - carbon: ^2.63 + - laravel: 12.* + testbench: 10.* + carbon: ^3 + name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/.github/workflows/run-tests2.yml b/.github/workflows/run-tests2.yml index 5e489d4..a1e9a99 100644 --- a/.github/workflows/run-tests2.yml +++ b/.github/workflows/run-tests2.yml @@ -17,16 +17,14 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.3, 8.2] - laravel: [11.*, 10.*] + php: [ 8.4,8.3, 8.2 ] + laravel: [ 12.*] stability: [prefer-lowest, prefer-stable] include: - - laravel: 11.* - testbench: 9.* - carbon: ^2.63 - - laravel: 10.* - testbench: 8.* - carbon: ^2.63 + - laravel: 12.* + testbench: 10.* + carbon: ^3 + name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 4a93be9..17d64c7 100644 --- a/composer.json +++ b/composer.json @@ -16,23 +16,23 @@ } ], "require": { - "php": "^8.2", - "aurorawebsoftware/flexyfield": "^1.6.3", - "illuminate/contracts": "^10.0||^11.0", + "php": "^8.2|^8.3|^8.4", + "aurorawebsoftware/flexyfield": "^12.0", + "illuminate/contracts": "^10.0||^11.0||^12.0", "spatie/laravel-package-tools": "^1.16" }, "require-dev": { "laradumps/laradumps-core": "^2.0", - "larastan/larastan": "^2.9", + "larastan/larastan": "^3", "laravel/pint": "^1.14", - "nunomaduro/collision": "^8.1.1||^7.10.0", - "orchestra/testbench": "^9.0.0||^8.22.0", - "pestphp/pest": "^2.34", - "pestphp/pest-plugin-arch": "^2.7", - "pestphp/pest-plugin-laravel": "^2.3", - "phpstan/extension-installer": "^1.3", - "phpstan/phpstan-deprecation-rules": "^1.1", - "phpstan/phpstan-phpunit": "^1.3" + "nunomaduro/collision": "^7 || ^8", + "orchestra/testbench": "^10.0 || ^9.0.0 || ^8.22.0", + "pestphp/pest": "^2.34 || ^3.0", + "pestphp/pest-plugin-arch": "^2 || ^3", + "pestphp/pest-plugin-laravel": "^2.34 || ^3.0", + "phpstan/extension-installer": "^1", + "phpstan/phpstan-deprecation-rules": "^2", + "phpstan/phpstan-phpunit": "^2" }, "autoload": { "psr-4": {