Skip to content

Commit

Permalink
Require PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bilfeldt committed Sep 27, 2023
1 parent ebd2b0b commit 88bf923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
php: [8.2]
laravel: [10.*]
dependency-version: [prefer-stable]
include:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ No breaking changes. The only changes are to the development dependencies used f
- Rely on the [`bilfeldt/laravel-correlation-id`](https://packagist.org/packages/bilfeldt/laravel-correlation-id) package for request and response headers and unique id.
- Log both `Correlation-ID` header and the unique _Request ID_.
- Remove dependency on `spatie/laravel-package-tools`
- Require PHP 8.2

### 2.2.0 - 2023-08-29

Expand Down

0 comments on commit 88bf923

Please sign in to comment.