Skip to content

Commit cd20ac7

Browse files
authored
Merge pull request #10 from kilobyteno/laravel-10
2 parents c0e4bc7 + ea5f384 commit cd20ac7

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
os: [ubuntu-latest, windows-latest]
16-
php: [8.1, 8.0]
17-
laravel: [9.*]
18-
stability: [prefer-lowest, prefer-stable]
15+
os: [ubuntu-latest]
16+
php: [8.1, 8.2]
17+
laravel: [9.*, 10.*]
18+
stability: [prefer-stable]
1919
include:
2020
- laravel: 9.*
2121
testbench: 7.*
22+
- laravel: 10.*
23+
testbench: 8.*
2224

2325
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2426

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^8.0|^8.1",
24-
"kilobyteno/laravel-plausible": "^1.0.0",
23+
"php": "^8.0|^8.1|^8.2",
24+
"kilobyteno/laravel-plausible": "^1.1",
2525
"spatie/laravel-package-tools": "^1.9.2",
2626
"spatie/laravel-dashboard": "^2.0"
2727
},
2828
"require-dev": {
2929
"nunomaduro/collision": "^6.0",
3030
"nunomaduro/larastan": "^2.0.1",
31-
"orchestra/testbench": "^7.0",
31+
"orchestra/testbench": "^8.0",
3232
"pestphp/pest": "^1.21",
3333
"pestphp/pest-plugin-laravel": "^1.1",
3434
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)