Skip to content

Commit

Permalink
Support and test on PHP8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
craig410 committed Sep 24, 2024
1 parent e5eaa57 commit 910ac3e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
dependencies:
- 'default'
koharness_modules:
Expand All @@ -32,6 +33,9 @@ jobs:
- php_version: '8.2'
dependencies: 'lowest'
koharness_modules: 'all-modules'
- php_version: '8.3'
dependencies: 'lowest'
koharness_modules: 'all-modules'
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ You're really going to want to read this.

## Unreleased

## 4.12.0 (2024-09-24)

* Support PHP 8.3

## 4.11.0 (2024-09-23)

* Add `Request::jsonBody` and `Request::jsonBodyArray` for easy access to JSON request bodies.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-mbstring": "*",
"ext-ctype": "*"
},
Expand Down

0 comments on commit 910ac3e

Please sign in to comment.