diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0c83e18..0b49ab6 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,8 +10,8 @@ jobs: strategy: fail-fast: false matrix: - php: [8.4, 8.3, 8.2, 8.1, 8.0] - laravel: ['9.*', '10.*', '11.*', '12.*'] + php: [8.5, 8.4, 8.3, 8.2, 8.1, 8.0] + laravel: ['9.*', '10.*', '11.*', '12.*', '13.*'] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 10.* @@ -22,6 +22,8 @@ jobs: testbench: 9.* - laravel: 12.* testbench: 10.* + - laravel: 13.* + testbench: 11.* exclude: - laravel: 10.* php: 8.0 @@ -35,6 +37,12 @@ jobs: php: 8.1 - laravel: 12.* php: 8.0 + - laravel: 13.* + php: 8.2 + - laravel: 13.* + php: 8.1 + - laravel: 13.* + php: 8.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} diff --git a/composer.json b/composer.json index acd8d84..48f60cc 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ ], "require": { "php": "^8.0", - "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", "league/fractal": "^0.20.1|^0.20", "nesbot/carbon": "^2.63|^3.0", "spatie/fractalistic": "^2.9.5|^2.9", @@ -31,8 +31,8 @@ }, "require-dev": { "ext-json": "*", - "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", - "pestphp/pest": "^1.22|^2.34|^3.0" + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0|^11.0", + "pestphp/pest": "^1.22|^2.34|^3.0|^4.0" }, "autoload": { "psr-4": {