diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb441c0..694de70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,8 +10,8 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php: [8.1, 8.2] - laravel: [9.*, 10.*] + php: [8.1, 8.2, 8.3] + laravel: [9.*, 10.*, 11.*] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 9.* @@ -20,6 +20,9 @@ jobs: - laravel: 10.* framework: ^10.0 testbench: 8.* + - laravel: 11.* + framework: ^11.0 + testbench: 8.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest steps: - name: Checkout code diff --git a/composer.json b/composer.json index e17ef26..40c6a52 100644 --- a/composer.json +++ b/composer.json @@ -15,17 +15,14 @@ "php": "^8.1", "bashy/laravel-campaignmonitor": "^6.0", "edalzell/forma": "^2.0", - "laravel/framework": "^9.0 || ^10.0", "pixelfear/composer-dist-plugin": "^0.1", - "statamic/cms": "^4.0" + "statamic/cms": "^4.0 || ^5.0" }, "require-dev": { "jasonmccreary/laravel-test-assertions": "^2.0", "mockery/mockery": "^1.3.1", - "nunomaduro/collision": "^6.0 || ^7.0", - "orchestra/testbench": "^7.0 || ^8.0", - "phpunit/phpunit": "^9.0 || ^10.0", - "spatie/laravel-ray": "*" + "orchestra/testbench": "^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^9.0 || ^10.0" }, "autoload": { "psr-4": {