Skip to content

Commit 9f65430

Browse files
committed
AC-6646::Add PHP 8.2 Compatibility Support
1 parent f39ae18 commit 9f65430

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/php.yml

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"AFL-3.0"
99
],
1010
"require": {
11-
"php": "~8.1.0",
11+
"php": "~8.1.0||~8.2.0",
1212
"composer/composer": "^1.9 || ^2.0",
1313
"symfony/console": "~4.4.0||~5.4.0"
1414
},

0 commit comments

Comments
 (0)