Skip to content

Commit 2fe2f6e

Browse files
authored
Merge pull request #28 from bilfeldt/upgrades/php-83
Add PHP 8.3 compatibility
2 parents 95dfd9c + 79ef932 commit 2fe2f6e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.2, 8.1]
16+
php: [8.3, 8.2, 8.1]
1717
laravel: [10.*]
1818
dependency-version: [prefer-stable]
1919
include:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ No breaking changes. The only changes are to the development dependencies used f
1717

1818
## Changes
1919

20+
### 3.1.0
21+
22+
- Add PHP 8.3 compatibility
23+
2024
### 3.0.0
2125

2226
- Rely on the [`bilfeldt/laravel-correlation-id`](https://packagist.org/packages/bilfeldt/laravel-correlation-id) package for request and response headers and unique id.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "~8.1.0 || ~8.2.0",
23+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
2424
"illuminate/contracts": "^10.0",
2525
"ext-json": "*",
2626
"bilfeldt/laravel-correlation-id": "^1.0"

0 commit comments

Comments
 (0)