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 b28c78c

Browse files
committed
support for PHP 8.5
1 parent b1f7419 commit b28c78c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/tests.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
10+
php: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1111

1212
fail-fast: false
1313

‎composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "8.0 - 8.4",
18+
"php": "8.0 - 8.5",
1919
"ext-tokenizer": "*",
2020
"nette/utils": "^4.0"
2121
},

‎readme.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you're building an application using [Composer](https://doc.nette.org/en/best
5858
composer require nette/robot-loader
5959
```
6060

61-
It requires PHP version 8.0 and supports PHP up to 8.4.
61+
It requires PHP version 8.0 and supports PHP up to 8.5.
6262

6363
<!---->
6464

0 commit comments

Comments
(0)

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