Skip to content

Commit 6343bbe

Browse files
Support PHP 8.3 (#579)
1 parent 8947a2f commit 6343bbe

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "8.0"
1717
- "8.1"
1818
- "8.2"
19+
- "8.3"
1920
steps:
2021
- name: "Checkout"
2122
uses: "actions/checkout@v3"

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.18.0] - 2023-12-19
10+
### Added
11+
- Support PHP 8.3
12+
913
## [0.17.0]
1014
### Added
1115
- Support PHP 8.1

composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,11 @@
4242
},
4343
"scripts": {
4444
"test": "phpunit"
45+
},
46+
"config": {
47+
"allow-plugins": {
48+
"infection/extension-installer": true,
49+
"ergebnis/composer-normalize": true
50+
}
4551
}
4652
}

0 commit comments

Comments
 (0)