Skip to content

Commit ab9942c

Browse files
Upgrade
1 parent abbf490 commit ab9942c

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
os: [ ubuntu-latest ]
15-
php: [ 8.3, 8.4 ]
15+
php: [ 8.4, 8.5 ]
1616
laravel: [ 11.*, 12.* ]
1717
stability: [ prefer-lowest, prefer-stable ]
1818

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All Notable changes to `sebastiaanluca/laravel-boolean-dates` will be documented
44

55
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
66

7+
## 10.0.0 (Unreleased)
8+
9+
### Added
10+
11+
- Added support for PHP 8.5
12+
13+
### Removed
14+
15+
- Dropped support for PHP 8.3
16+
717
## 9.0.0 (2025-02-07)
818

919
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $user->accepted_terms_at;
5858

5959
## Requirements
6060

61-
- PHP 8.3 or 8.4
61+
- PHP 8.4 or 8.5
6262
- Laravel 11 or 12
6363

6464
## How to install

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"require": {
28-
"php": "^8.3.0",
28+
"php": "^8.4.0",
2929
"illuminate/database": "^11.32|^12.0",
3030
"illuminate/support": "^11.32|^12.0"
3131
},

0 commit comments

Comments
 (0)