diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 90d964f..13c171d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,8 +12,11 @@ jobs: matrix: os: [ubuntu-latest] php: [8.2, 8.3, 8.4] - laravel: ['11.*', '12.*'] + laravel: ['11.*', '12.*', '13.*'] stability: [prefer-lowest, prefer-stable] + exclude: + - laravel: 13.* + php: 8.2 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 7848bc3..439d0f4 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ "require": { "php": "^8.2", "guzzlehttp/guzzle": "^7.2", - "illuminate/notifications": "^11.0|^12.0", - "illuminate/support": "^11.0|^12.0" + "illuminate/notifications": "^11.0|^12.0|^13.0", + "illuminate/support": "^11.0|^12.0|^13.0" }, "require-dev": { "mockery/mockery": "^1.3.3",