diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c25b68a..1f699c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,9 +10,16 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php: [8.2, 8.3] - laravel: [11.*] + php: [8.2, 8.3, 8.4] + laravel: [11.*, 12.*] dependency-version: [prefer-stable] + exclude: + - php: 8.1 + laravel: 11.* + - php: 8.1 + laravel: 12.* + - php: 8.4 + laravel: 10.* 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 d0b4cde..a16c084 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,6 @@ "require": { "php": "^8.2", "edalzell/forma": "^2.0 || ^3.0", - "laravel/framework": "^9.6 || ^10.11 || ^11.0", "nesbot/carbon": "^2.0", "rlanvin/php-rrule": "^2.3.1", "spatie/calendar-links": "^1.0",