Skip to content

Commit b5cba89

Browse files
committed
Do not support Laarvel 8, run tests over PHP 8.2
1 parent 7cd719e commit b5cba89

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ 8.0, 8.1 ]
13-
laravel: [ 8.*, 9.* ]
12+
php: [ 8.0, 8.1, 8.2 ]
13+
laravel: [ 9.* ]
1414
dependency-version: [ prefer-stable ]
1515
include:
16-
- laravel: 8.*
17-
testbench: 6.*
1816
- laravel: 9.*
1917
testbench: 7.*
2018

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "interaction-design-foundation/nova-unlayer-field",
33
"description": "A Laravel Nova field for Unlayer to compose emails and landing pages.",
4+
"license": "MIT",
45
"keywords": [
56
"laravel",
67
"nova",
78
"laravel-nova-field",
89
"html"
910
],
10-
"license": "MIT",
1111
"require": {
1212
"php": ">=8.0",
1313
"ext-json": "*",

0 commit comments

Comments
 (0)