Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1fd27a3

Browse files
committed
PHP 8.2 Support
1 parent 0434de5 commit 1fd27a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/tests.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.1, 8.0]
11+
php: [8.2, 8.1, 8.0]
1212
dependency-version: [prefer-stable]
1313
os: [ubuntu-latest]
1414

‎composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=8.0 <8.2",
15+
"php": ">=8.0 <8.3",
1616
"phpfui/phpfui": "^6.0",
1717
"scrivo/highlight.php": "dev-master",
1818
"phpdocumentor/reflection-docblock": "^5.0",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /