We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0434de5 commit 1fd27a3Copy full SHA for 1fd27a3
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: true
10
matrix:
11
- php: [8.1, 8.0]
+ php: [8.2, 8.1, 8.0]
12
dependency-version: [prefer-stable]
13
os: [ubuntu-latest]
14
composer.json
@@ -12,7 +12,7 @@
}
],
"require": {
15
- "php": ">=8.0 <8.2",
+ "php": ">=8.0 <8.3",
16
"phpfui/phpfui": "^6.0",
17
"scrivo/highlight.php": "dev-master",
18
"phpdocumentor/reflection-docblock": "^5.0",
0 commit comments