Skip to content

Commit 27602be

Browse files
committed
test : Update actions and test to Laravel 12 / PHP 8.4
1 parent 8f4ab1f commit 27602be

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.2, 8.1]
17-
laravel: [10.*]
16+
php: [8.4, 8.3, 8.2]
17+
laravel: [12.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20-
- laravel: 10.*
21-
testbench: 8.*
22-
carbon: 2.*
20+
- laravel: 12.*
21+
testbench: 10.*
22+
carbon: ^3.8.4
2323

2424
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2525

composer.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,19 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^8.1",
24+
"php": "^8.1|^8.2|^8.3|^8.4",
2525
"filament/filament": "^3.0",
2626
"spatie/laravel-package-tools": "^1.15.0"
2727
},
2828
"require-dev": {
2929
"laravel/pint": "^1.0",
30-
"nunomaduro/collision": "^7.9",
31-
"nunomaduro/larastan": "^2.0.1",
32-
"orchestra/testbench": "^8.0",
33-
"pestphp/pest": "^2.1",
34-
"pestphp/pest-plugin-arch": "^2.0",
35-
"pestphp/pest-plugin-laravel": "^2.0",
36-
"phpstan/extension-installer": "^1.1",
37-
"phpstan/phpstan-deprecation-rules": "^1.0",
38-
"phpstan/phpstan-phpunit": "^1.0",
39-
"guzzlehttp/guzzle": "^7.8"
30+
"nunomaduro/collision": "^8.1.1||^7.10.0",
31+
"larastan/larastan": "^2.9||^3.0",
32+
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
33+
"pestphp/pest": "^2.20|^3.7",
34+
"pestphp/pest-plugin-arch": "^2.0|^v3.0.0",
35+
"pestphp/pest-plugin-laravel": "^2.0|^v3.1.0",
36+
"pestphp/pest-plugin-livewire": "^2.1|^v3.0.0"
4037
},
4138
"autoload": {
4239
"psr-4": {

0 commit comments

Comments
 (0)