Skip to content

Commit 89a03c9

Browse files
committed
Update minimum php version from 8.1 to 8.2
1 parent 56f57ac commit 89a03c9

8 files changed

Lines changed: 1269 additions & 830 deletions

File tree

.github/workflows/check-cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
coverage: "none"
1717
ini-values: memory_limit=-1,apc.enable_cli=1,zend.assertions=1
18-
php-version: "8.1"
18+
php-version: "8.2"
1919
tools: flex
2020

2121
- name: Install dependencies

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
coverage: "none"
1717
ini-values: memory_limit=-1,apc.enable_cli=1,zend.assertions=1
18-
php-version: "8.1"
18+
php-version: "8.2"
1919
tools: flex
2020

2121
- name: Install dependencies

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
strategy:
1717
matrix:
1818
include:
19+
- php: '8.5'
1920
- php: '8.4'
2021
- php: '8.3'
2122
- php: '8.2'
22-
- php: '8.1'
2323
fail-fast: false
2424

2525
runs-on: ubuntu-24.04

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### [Unreleased]
44

55
There are next changes:
6+
- Update minimum php version from 8.1 to 8.2
67

78
### [v0.6.0]
89

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"description": "Xdebug (dbgp) proxy",
44
"type": "project",
55
"require": {
6-
"php": ">=8.1",
7-
"amphp/socket": "^2.3"
6+
"php": ">=8.2",
7+
"amphp/socket": "^2.3.1"
88
},
99
"require-dev": {
1010
"ext-dom": "*",
1111
"roave/security-advisories": "dev-latest",
12-
"phpro/grumphp": "^2.9",
13-
"friendsofphp/php-cs-fixer": "^3.64.0",
14-
"phpunit/phpunit": "^10.5",
15-
"amphp/log": "^2.0",
16-
"phpstan/phpstan": "^2.0",
12+
"phpro/grumphp": "^2.10.0",
13+
"friendsofphp/php-cs-fixer": "^3.94.2",
14+
"phpunit/phpunit": "^11.5.55",
15+
"amphp/log": "^2.0.0",
16+
"phpstan/phpstan": "^2.1.39",
1717
"jetbrains/phpstorm-attributes": "^1.2"
1818
},
1919
"license": "MIT",

0 commit comments

Comments
 (0)