We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 132b302 + 65b845f commit 47ad348Copy full SHA for 47ad348
.github/workflows/test.yaml
@@ -16,6 +16,7 @@ jobs:
16
php_version:
17
- '8.0'
18
- '8.1'
19
+ - '8.2'
20
dependencies:
21
- 'default'
22
CHANGELOG.md
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## Unreleased
6
7
+## 1.2.1 / 2023-08-08
8
+
9
+* Support PHP8.2
10
11
## 1.2.0 / 2022-10-16
12
13
* Support PHP8.1
composer.json
@@ -13,7 +13,7 @@
}
14
],
15
"require": {
- "php": "~8.0.0 || ~8.1.0",
+ "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"ingenerator/kohana-core": "^4.7"
},
"require-dev": {
0 commit comments