diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml index 9415d82..d12bbc3 100644 --- a/.github/workflows/run-test.yml +++ b/.github/workflows/run-test.yml @@ -10,8 +10,8 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2 ] - laravel: [6.*, 7.*, 8.*, 9.*, 10.*] + php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2, 8.3] + laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*] stability: [prefer-stable] include: - laravel: 6.* @@ -26,12 +26,12 @@ jobs: - laravel: 9.* testbench: 7.* carbon: ^2.63 - - laravel: 9.* - testbench: 7.* - carbon: ^2.63 - laravel: 10.* testbench: 8.* carbon: ^2.63 + - laravel: 11.* + testbench: 9.* + carbon: ^2.63 exclude: - laravel: 6.* php: 8.1 @@ -57,6 +57,12 @@ jobs: php: 7.4 - laravel: 10.* php: '8.0' + - laravel: 11.* + php: 7.2 + - laravel: 11.* + php: 7.3 + - laravel: 11.* + php: 7.4 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 044ec34..11b5d20 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "php": ">=7.2.5", "africastalking/africastalking": "^3.0", "guzzlehttp/guzzle": "^6.2 || ^7.0", - "illuminate/notifications": "5.5 - 10", - "illuminate/support": "5.5 - 10" + "illuminate/notifications": "5.5 - 11.0", + "illuminate/support": "5.5 - 11.0" }, "require-dev": { "mockery/mockery": "^1.3",