diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d7569f..f7e2a6e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,8 +14,8 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.1, 8.2] - laravel: ['9.*', '10.*', '12.*'] + php: ['8.1', '8.2', '8.3', '8.4', '8.5'] + laravel: ['9.*', '10.*', '12.*', '13.*'] stability: [prefer-lowest, prefer-stable] include: - laravel: 10.* @@ -24,9 +24,15 @@ jobs: testbench: 7.* - laravel: 12.* testbench: 10.* + - laravel: 13.* + testbench: 11.* exclude: - laravel: 12.* php: 8.1 + - laravel: 13.* + php: '8.1' + - laravel: 13.* + php: '8.2' name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 90f669d..118e42b 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "Tanner Campbell " ], "require": { - "illuminate/support": "9.*|10.*|11.*|^12.0", + "illuminate/support": "9.*|10.*|11.*|^12.0|^13.0", "php": "^8.1", "whichbrowser/parser": "^2.1", "torann/geoip": "^3.0" @@ -35,8 +35,8 @@ "laravel/pint": "^1.1.1", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^7.0", - "orchestra/testbench": "^7.0|^8.0|^10.0", - "phpunit/phpunit": "^8.0|^9.3|^10.0|^11.5.3" + "orchestra/testbench": "^7.0|^8.0|^10.0|^11.0", + "phpunit/phpunit": "^8.0|^9.3|^10.0|^11.5.3|^12.5.12" }, "autoload": { "psr-4": {