Skip to content

Commit 47ad348

Browse files
authored
Merge pull request #5 from ingenerator/build-test-php-8.2
Build and test on PHP 8.2
2 parents 132b302 + 65b845f commit 47ad348

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
php_version:
1717
- '8.0'
1818
- '8.1'
19+
- '8.2'
1920
dependencies:
2021
- 'default'
2122

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
## 1.2.1 / 2023-08-08
8+
9+
* Support PHP8.2
10+
711
## 1.2.0 / 2022-10-16
812

913
* Support PHP8.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "~8.0.0 || ~8.1.0",
16+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
1717
"ingenerator/kohana-core": "^4.7"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)