Skip to content

Commit 42970e1

Browse files
erikn69freekmurze
authored andcommitted
Laravel 10.x support
1 parent bc798d2 commit 42970e1

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: [8.1, 8.0, 8.2]
17-
laravel: ["^9.0", "^8.0"]
16+
php: [8.2, 8.1, 8.0, 8.2]
17+
laravel: ["^10.0", "^9.0", "^8.0"]
1818
dependency-version: [prefer-lowest, prefer-stable]
19+
exclude:
20+
- laravel: "^10.0"
21+
php: 8.0
1922

2023
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2124

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"homepage": "https://github.com/spatie/activitylog",
3333
"require": {
3434
"php": "^8.0",
35-
"illuminate/config": "^8.0 || ^9.0",
36-
"illuminate/database": "^8.69 || ^9.27",
37-
"illuminate/support": "^8.0 || ^9.0",
35+
"illuminate/config": "^8.0 || ^9.0 || ^10.0",
36+
"illuminate/database": "^8.69 || ^9.27 || ^10.0",
37+
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
3838
"spatie/laravel-package-tools": "^1.6.3"
3939
},
4040
"require-dev": {
4141
"ext-json": "*",
42-
"orchestra/testbench": "^6.23 || ^7.0",
42+
"orchestra/testbench": "^6.23 || ^7.0 || ^8.0",
4343
"pestphp/pest": "^1.20"
4444
},
4545
"minimum-stability": "dev",

0 commit comments

Comments
 (0)