Skip to content

Commit c345c9d

Browse files
committed
support for PHP 8.2
1 parent 8a432a0 commit c345c9d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
10+
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1111

1212
fail-fast: false
1313

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The recommended way to install is via Composer:
4747
composer require nette/robot-loader
4848
```
4949

50-
It requires PHP version 7.1 and supports PHP up to 8.1.
50+
It requires PHP version 7.1 and supports PHP up to 8.2.
5151

5252

5353
Usage

0 commit comments

Comments
 (0)