Skip to content

Commit

Permalink
feat: php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
didoda committed Dec 6, 2024
1 parent 0ed04fb commit c0ad92f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 2 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c0ad92f

Please sign in to comment.