Skip to content

Commit

Permalink
Support PHP 8.3 (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspoerschke committed Dec 19, 2023
1 parent 8947a2f commit 6343bbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -16,6 +16,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
steps:
- name: "Checkout"
uses: "actions/checkout@v3"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.18.0] - 2023-12-19
### Added
- Support PHP 8.3

## [0.17.0]
### Added
- Support PHP 8.1
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Expand Up @@ -42,5 +42,11 @@
},
"scripts": {
"test": "phpunit"
},
"config": {
"allow-plugins": {
"infection/extension-installer": true,
"ergebnis/composer-normalize": true
}
}
}

0 comments on commit 6343bbe

Please sign in to comment.