Skip to content

Commit

Permalink
Merge pull request #29 from okaufmann/php8.3-support
Browse files Browse the repository at this point in the history
Add support for PHP 8.3
  • Loading branch information
bilfeldt authored Dec 21, 2023
2 parents 4801304 + 2c3ead5 commit 0abc53d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
php: [8.3, 8.2, 8.1]
laravel: [10.*, 9.*]
stability: [prefer-stable]
include:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ The following changes are required when updating:

## Changes

### 2.1.0

- Add PHP 8.2 support

### 2.0.0

- Minimum PHP requirement 8.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": "~8.2.0 | ~8.1.0",
"php": "~8.3.0 | ~8.2.0 | ~8.1.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
"illuminate/http": "^9.0 || ^10.0",
Expand Down

0 comments on commit 0abc53d

Please sign in to comment.