diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f9d24a..32cf438 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,17 +8,26 @@ jobs: strategy: fail-fast: false matrix: - php: [8.0, 7.4, 7.3] - laravel: [8.*, 7.*] + php: [7.3, 7.4, 8.0, 8.1] + laravel: [7.*, 8.*, 9.*] dependency-versions: [prefer-stable] include: + - laravel: 9.* + testbench: 7.* - laravel: 8.* testbench: 6.* - laravel: 7.* testbench: 5.* exclude: - - laravel: 8.* - php: 7.2 + - php: 7.3 + laravel: 9.* + - php: 7.4 + laravel: 9.* + - php: 8.0 + laravel: 7.* + - php: 8.1 + laravel: 7.* + name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }} / ${{ matrix.dependency-versions }} diff --git a/composer.json b/composer.json index 705b868..7faf7b3 100644 --- a/composer.json +++ b/composer.json @@ -16,23 +16,23 @@ "authors": [ { "name": "Farhan Israq", - "email": "farhanshares@outlook.com", + "email": "farhan.israq.bd@gmail.com", "homepage": "https://farhanshares.com", "role": "Developer" } ], "require": { "php": "^8.0|^7.3", - "illuminate/support": "^7.0|^8.0", - "illuminate/database": "^7.0|^8.0", - "illuminate/validation": "^7.0|^8.0", + "illuminate/support": "^7.0|^8.0|^9.0", + "illuminate/database": "^7.0|^8.0|^9.0", + "illuminate/validation": "^7.0|^8.0|^9.0", "intervention/image": "^2.5" }, "require-dev": { - "laravel/framework": "^7.0|^8.0", - "orchestra/testbench": "^5.0|^6.0", + "laravel/framework": "^7.0|^8.0|^9.0", + "orchestra/testbench": "^5.0|^6.0|^7.0", "mockery/mockery": "^1.2.3", - "laravel/legacy-factories": "^1.0.4" + "laravel/legacy-factories": "^1.3.9" }, "autoload": { "psr-4": {