diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 7baac21..b600643 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,13 +13,13 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest ] - php: [ 8.2 ] - laravel: [ 10.* ] + php: [ 8.2 , 8.3 ] + laravel: [ 11.* ] stability: [ prefer-stable ] include: - - laravel: 10.* - testbench: 8.13 - carbon: ^2.63 + - laravel: 11.* + testbench: 9.* + carbon: ^3 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 9bba4cc..5945b9e 100644 --- a/composer.json +++ b/composer.json @@ -16,24 +16,24 @@ } ], "require": { - "php": "^8.2", - "aurorawebsoftware/acalendar": "^1.0", - "aurorawebsoftware/arflow": "^1.1", - "aurorawebsoftware/connective": "^1.0.4", - "illuminate/contracts": "^10.0", + "php": "^8.2|^8.3", + "aurorawebsoftware/acalendar": "^11.0", + "aurorawebsoftware/arflow": "^11.0", + "aurorawebsoftware/connective": "^11.0", + "laravel/framework": "^11.0", "spatie/laravel-package-tools": "^1.14.0" }, "require-dev": { "laravel/pint": "^1.0", - "nunomaduro/collision": "^7.8", - "nunomaduro/larastan": "^2.0.1", - "orchestra/testbench": "^8.8", - "pestphp/pest": "^2.0", - "pestphp/pest-plugin-arch": "^2.0", - "pestphp/pest-plugin-laravel": "^2.0", + "nunomaduro/collision": "^8.0", + "nunomaduro/larastan": "^3", + "orchestra/testbench": "^9", + "pestphp/pest": "^3", + "pestphp/pest-plugin-arch": "^3", + "pestphp/pest-plugin-laravel": "^3", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.0" + "phpstan/phpstan-deprecation-rules": "^2.0", + "phpstan/phpstan-phpunit": "^2.0" }, "autoload": { "psr-4": { diff --git a/database/migrations/2024_11_14_153647_fix_aissue_description_tables.php b/database/migrations/z_2024_11_14_153647_fix_aissue_description_tables.php similarity index 100% rename from database/migrations/2024_11_14_153647_fix_aissue_description_tables.php rename to database/migrations/z_2024_11_14_153647_fix_aissue_description_tables.php