Skip to content

Commit 4e237bd

Browse files
authored
Php 8.3 (#56)
* fix: clone payload * feat: php 8.3
1 parent 13d90cb commit 4e237bd

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
unit-5:
3636
uses: bedita/github-workflows/.github/workflows/php-unit.yml@v2
3737
with:
38-
php_versions: '["8.1","8.2","8.3"]'
38+
php_versions: '["8.3"]'
3939
bedita_version: '5'
4040
coverage_min_percentage: 99

.scrutinizer.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ filter:
99
build:
1010
image: default-jammy
1111
environment:
12-
node: v18
12+
node: v22
1313
nodes:
1414
analysis:
1515
environment:
1616
php:
17-
version: 8.2
18-
pecl_extensions:
19-
- zip
17+
version: 8.3.3
2018
tests:
2119
override:
2220
- php-scrutinizer-run

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BEdita PHP Official PHP SDK
1212

1313
## Prerequisites
1414

15-
* PHP >= 8.1
15+
* PHP >= 8.3
1616
* [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)
1717

1818
## Install

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=8.1",
22+
"php": ">=8.3",
2323
"monolog/monolog": "^2",
2424
"php-http/guzzle7-adapter": "^1.0",
2525
"woohoolabs/yang": "^3.0"

0 commit comments

Comments
 (0)