Skip to content

Commit

Permalink
Dropped official support for Laravel 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
roelofr committed Nov 18, 2023
1 parent f0b0162 commit 072d53a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,16 @@ jobs:
- 'nightly'

laravel:
- '8.0'
- '9.0'
- '10.0'

include:
- php: '8.2'
laravel: '9.0'
laravel: '10.0'
stable: true
- php: 'nightly'
experimental: true
- laravel: '8.0'
testbench: '6.0'

- laravel: '9.0'
testbench: '7.0'
- laravel: '10.0'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fixed invalid image reference image.url in views/link.blade.php

### Deprecated

- Deprecated support for Laravel 8.x. It might still work, but we're not testing it anymore.

## [3.1.0]

### Added
Expand Down
1 change: 1 addition & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The following deprecations from 3.x have been removed in 4.x:

- `Advoor\NovaEditorJs\NovaEditorJs::make`, use `Advoor\NovaEditorJs\NovaEditorJsField::make` instead
- Config setting `editorSettings.initialBlock`, use `editorSettings.defaultBlock` instead
- Support for Laravel 8.x has been dropped.

## From 2.x to 3.x (Laravel Nova 4.x)

Expand Down

0 comments on commit 072d53a

Please sign in to comment.