Skip to content

Commit 8be0b03

Browse files
committed
AC-7428:Updated dependency in composer file for PHP8.2 support, added php8.2
1 parent fded67c commit 8be0b03

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
matrix:
1616
php-version:
1717
- "8.1"
18+
- "8.2"
1819
dependencies:
1920
- "lowest"
2021
- "highest"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": "~8.1.0||~8.2.0",
1212
"ext-json": "*",
13-
"laminas/laminas-dependency-plugin": "^2.2.0",
13+
"laminas/laminas-dependency-plugin": "^2.5",
1414
"laminas/laminas-stdlib": "^3.6",
1515
"nikic/php-parser": "^4.15",
1616
"phpstan/phpdoc-parser": "^0.5.5",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)