Skip to content

Commit

Permalink
Merge pull request #225 from thecaliskan/master
Browse files Browse the repository at this point in the history
Added PHP 8.3 Support
  • Loading branch information
Jeroen-G authored Dec 14, 2023
2 parents f0e4100 + fc98ecb commit 84c7674
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

strategy:
matrix:
php: [8.0, 8.1, 8.2]
php: [8.0, 8.1, 8.2, 8.3]
experimental: [ false ]
include:
- php: 8.3
- php: 8.4
experimental: true

name: PHP${{ matrix.php }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]

name: Mutation Testing Code Review Annotations ${{ matrix.php }}

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Added
- Support for PHP8.3.

## [3.10.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://jeroen-g.github.io/Explorer/",
"keywords": ["Laravel", "Scout", "Elasticsearch", "Elastic", "search", "Explorer"],
"require": {
"php": "8.0.*||8.1.*||8.2.*",
"php": "8.0.*||8.1.*||8.2.*||8.3.*",
"elasticsearch/elasticsearch": "^7.16",
"illuminate/support": "^9.0||^10.0",
"laravel/scout": "^9.0||^10.0",
Expand Down

0 comments on commit 84c7674

Please sign in to comment.