Skip to content

Commit e4bca65

Browse files
committed
test with php 8.3 - 8.5
1 parent 1fc1406 commit e4bca65

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
php-version: ['7.4', '8.0', '8.1', '8.2']
17+
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1818
include:
1919
- php-version: '7.4'
2020
composer-flags: '--prefer-stable --prefer-lowest'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
# Version 1.x
44

5+
# 1.2.1
6+
7+
* Test with PHP 8.3 - 8.5 and fixed deprecations.
8+
59
# 1.2.0
610

711
* DateTimeOptions now features a list of deserialization formats instead of a single string one. Passing a string instead of an array to its `__construct`or is deprecated, and will be forbidden in the next version

0 commit comments

Comments
 (0)