diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0ed4cc8..620dd15 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,10 +16,10 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, windows-latest, macos-latest ] - php: [ 8.4, 8.3 ] - laravel: [ '11.*', '12.*' ] - stability: [ prefer-lowest, prefer-stable ] + os: [ubuntu-latest, windows-latest, macos-latest] + php: [8.4, 8.3] + laravel: ['11.*', '12.*', '13.*'] + stability: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index c259eb9..b11b00b 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ ], "require": { "php": "^8.3", - "illuminate/contracts": "^10.0|^11.0|^12.0", + "illuminate/contracts": "^10.0|^11.0|^12.0|^13.0", "laravel/prompts": "^0.1.1|^0.2|^0.3", "nativephp/laravel": "^1.0", "nativephp/php-bin": "^1.0", @@ -44,10 +44,10 @@ "laravel/pint": "^1.0", "nunomaduro/collision": "^7.9|^8.1.1", "larastan/larastan": "^2.0.1|^3.0", - "orchestra/testbench": "^8.18|^9.0|^10.0", - "pestphp/pest": "^2.7|^3.7", - "pestphp/pest-plugin-arch": "^2.0|^3.0", - "pestphp/pest-plugin-laravel": "^2.0|^3.1", + "orchestra/testbench": "^8.18|^9.0|^10.0|^11.0", + "pestphp/pest": "^2.7|^3.7|^4.4", + "pestphp/pest-plugin-arch": "^2.0|^3.0|^4.0", + "pestphp/pest-plugin-laravel": "^2.0|^3.1|^4.1", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", "phpstan/phpstan-phpunit": "^1.0|^2.0",