Skip to content

Commit fcf4fdd

Browse files
committed
Laravel 10
1 parent 1ca21af commit fcf4fdd

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.0, 8.1]
17-
laravel: [9.*]
16+
php: [8.1, 8.2]
17+
laravel: [9.*, 10.*]
1818
elasticsearch: ["7.17.4"]
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
2121
- laravel: 9.*
2222
testbench: 7.*
23+
- laravel: 10.*
24+
testbench: 8.*
2325

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

composer.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,20 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0",
20-
"laravel/framework": "^9.0",
19+
"php": "^8.1",
20+
"laravel/framework": "^9.0 || ^10.0",
2121
"ruflin/elastica": "^7.1",
2222
"spatie/laravel-package-tools": "^1.13.0"
2323
},
2424
"require-dev": {
25-
"laravel/pint": "^1.0",
26-
"nunomaduro/collision": "^6.0",
27-
"nunomaduro/larastan": "^2.0.1",
28-
"orchestra/testbench": "^7.0",
29-
"pestphp/pest": "^1.21",
30-
"pestphp/pest-plugin-laravel": "^1.1",
31-
"phpstan/extension-installer": "^1.1",
32-
"phpstan/phpstan-deprecation-rules": "^1.0",
33-
"phpstan/phpstan-phpunit": "^1.0",
34-
"phpunit/phpunit": "^9.5"
25+
"laravel/pint": "^1.5",
26+
"nunomaduro/collision": "^7.0.3",
27+
"nunomaduro/larastan": "^2.4.1",
28+
"orchestra/testbench": "^8.0.1",
29+
"phpstan/extension-installer": "^1.2",
30+
"phpstan/phpstan-deprecation-rules": "^1.1.1",
31+
"phpstan/phpstan-phpunit": "^1.3.4",
32+
"phpunit/phpunit": "^9.6.3"
3533
},
3634
"autoload": {
3735
"psr-4": {
@@ -70,6 +68,6 @@
7068
}
7169
}
7270
},
73-
"minimum-stability": "dev",
71+
"minimum-stability": "stable",
7472
"prefer-stable": true
7573
}

0 commit comments

Comments
 (0)