diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 4678f77..a735cf0 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -35,6 +35,6 @@ jobs: unit-5: uses: bedita/github-workflows/.github/workflows/php-unit.yml@v2 with: - php_versions: '["8.1","8.2","8.3"]' + php_versions: '["8.3"]' bedita_version: '5' coverage_min_percentage: 99 diff --git a/.scrutinizer.yml b/.scrutinizer.yml index cccab06..0346e0e 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -9,14 +9,12 @@ filter: build: image: default-jammy environment: - node: v18 + node: v22 nodes: analysis: environment: php: - version: 8.2 - pecl_extensions: - - zip + version: 8.3.3 tests: override: - php-scrutinizer-run diff --git a/README.md b/README.md index f6c5567..9deb605 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ BEdita PHP Official PHP SDK ## Prerequisites -* PHP >= 8.1 +* PHP >= 8.3 * [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) ## Install diff --git a/composer.json b/composer.json index 67840da..804f193 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": ">=8.1", + "php": ">=8.3", "monolog/monolog": "^2", "php-http/guzzle7-adapter": "^1.0", "woohoolabs/yang": "^3.0"