Skip to content

Commit

Permalink
Added PHP 8.3 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Nov 13, 2023
1 parent 00726d0 commit 809490f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:

strategy:
matrix:
php: [ '8.0', '8.1', '8.2' ]
laravel: [ '9.2', '9.52', '10.0', '10.5']
php: [ '8.0', '8.1', '8.2', '8.3' ]
laravel: [ '9.2', '9.52', '10.0', '10.31']
exclude:
- php: '8.0'
laravel: '10.0'
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Konekt Search Changelog

## Unreleased
#### 2023-XX-YY

- Added PHP 8.3 support

## 1.2.0
#### 2023-04-04

Expand Down

0 comments on commit 809490f

Please sign in to comment.