Skip to content

Commit a5a7b57

Browse files
authored
Update minimum php version from 8.2 to 8.3 (#126)
1 parent 7745509 commit a5a7b57

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
php-version:
21-
- "8.2"
2221
- "8.3"
2322
- "8.4"
23+
- "8.5"
2424
dependency-versions:
2525
- "lowest"
2626
- "highest"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can try this tool out on the https://scanner.etherpad.org which is using thi
1818

1919
## Requirements
2020

21-
You need PHP 8.2 or higher to run this tool.
21+
You need PHP 8.3 or higher to run this tool.
2222

2323
## Usage
2424

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
},
1010
"require": {
11-
"php": ">=8.2",
11+
"php": ">=8.3",
1212
"ext-json": "*",
1313
"guzzlehttp/guzzle": "^7.8",
1414
"symfony/console": "^6.4|^7.0",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)