diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 81e08da..60c800b 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -26,6 +26,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/composer.json b/composer.json index 6381002..d40a007 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ } ], "require": { - "php": ">=8.1", - "bedita/php-sdk": "^4.0.0", + "php": ">=8.3", + "bedita/php-sdk": "^4.1.0", "cakephp/cakephp": "^4.5", "firebase/php-jwt": "^6.9", "cakephp/twig-view": "^1.3.0"