Skip to content

Commit

Permalink
Require PHP 8.2 (#11)
Browse files Browse the repository at this point in the history
Because of the upcoming spaze/encryption 2.0 dependency which also requires 8.2.
  • Loading branch information
spaze authored Jan 19, 2024
2 parents 51a4f09 + 325973f commit feb2975
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"nette/database": "^3.1",
"nette/di": "^3.0",
"nette/utils": "^3.2|^4.0"
Expand Down

0 comments on commit feb2975

Please sign in to comment.