Skip to content

Commit 58fbc1e

Browse files
authored
Merge pull request #56 from liip/1-to-2
merge 1 up to 2
2 parents 2501a62 + 01a8bd2 commit 58fbc1e

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: ['8.0', '8.1', '8.2', '8.3', '8.4']
17+
php-version: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1818
include:
1919
- php-version: '8.0'
2020
composer-flags: '--prefer-stable --prefer-lowest'

CHANGELOG.md

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

2222
# Version 1.x
2323

24+
# 1.2.1
25+
26+
* Test with PHP 8.3 - 8.5.
27+
2428
# 1.2.0
2529

2630
* 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)