Skip to content

Commit

Permalink
support for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 6, 2022
1 parent acfad7f commit 6b3fa6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']

fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.2 <8.2",
"php": ">=7.2 <8.3",
"nette/di": "^3.0.5",
"nette/utils": "^3.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -27,4 +27,4 @@ The recommended way to install is via Composer:
composer require nette/bootstrap
```

It requires PHP version 7.2 and supports PHP up to 8.1.
It requires PHP version 7.2 and supports PHP up to 8.2.

0 comments on commit 6b3fa6c

Please sign in to comment.