Skip to content

Commit cdf890d

Browse files
committed
updated workflow
1 parent bb134a6 commit cdf890d

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,13 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: [8.0, 7.4]
16-
laravel: [8.*, 7.*]
15+
php: [8.1, 8.0, 7.4]
16+
laravel: [8.*]
1717
os: [ubuntu-latest]
1818
include:
1919
- laravel: 8.*
2020
testbench: 6.*
2121
enum: 3.*
22-
- laravel: 7.*
23-
testbench: 5.*
24-
enum: 2.*
25-
exclude:
26-
- laravel: 7.*
27-
php: 8.0
2822

2923
name: PHP ${{ matrix.php }} with Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
3024

src/Models/ModelAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function actionable()
4040
return $this->morphTo();
4141
}
4242

43-
public function getExtraProperty(string $propertyName): mixed
43+
public function getExtraProperty(string $propertyName)
4444
{
4545
return Arr::get($this->properties->toArray(), $propertyName);
4646
}

0 commit comments

Comments
 (0)