Skip to content

Commit 5c8223f

Browse files
committed
Laravel 9+
1 parent 332194e commit 5c8223f

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,12 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.0, 8.1]
17-
laravel: [^8.67, 9.*]
17+
laravel: [9.*]
1818
elasticsearch: ["7.17.0"]
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
21-
- laravel: ^8.67
22-
testbench: 6.*
2321
- laravel: 9.*
2422
testbench: 7.*
25-
exclude:
26-
- laravel: 9.*
27-
php: 8.1
2823

2924
name: P${{ matrix.php }} - L${{ matrix.laravel }} - E${{ matrix.elasticsearch }} - ${{ matrix.stability }} - ${{ matrix.os }}
3025

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
],
1818
"require": {
1919
"php": "^8.0",
20-
"laravel/framework": "^8.67 || ^9.0",
20+
"laravel/framework": "^9.0",
2121
"ruflin/elastica": "^7.1",
2222
"spatie/laravel-package-tools": "^1.9.2"
2323
},
2424
"require-dev": {
2525
"brianium/paratest": "^6.2",
2626
"friendsofphp/php-cs-fixer": "^3.8",
27-
"nunomaduro/collision": "^5.0 || ^6.0",
27+
"nunomaduro/collision": "^6.0",
2828
"nunomaduro/larastan": "^2.0.1",
2929
"orchestra/testbench": "^7.0",
3030
"pestphp/pest": "^1.21",

0 commit comments

Comments
 (0)