diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index c63ad27..a37a7c8 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['7.4', '8.0', '8.1', '8.2', '8.3'] + php-version: ['8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v5 - name: Use PHP ${{ matrix.php-version }} diff --git a/composer.json b/composer.json index 74b27de..a0cc6f0 100755 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.3 || ^8.0", + "php": ">=8.2", "nyholm/psr7": "^1.0", "php-http/curl-client": "^2.2", "php-http/mock-client": "^1.2",