Skip to content

Commit 5350002

Browse files
committed
Update actions.
1 parent fc76a2a commit 5350002

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
php: [8.4, 8.3, 8.2]
21-
laravel: [12.*, 11.*, 10.*]
21+
laravel: [12.*, 11.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
2424
- laravel: 12.*
2525
testbench: 10.*
2626
- laravel: 11.*
2727
testbench: 9.*
28-
- laravel: 10.*
29-
testbench: 8.*
3028

3129
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3230

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@
2121
"illuminate/contracts": "^10.0||^11.0||^12.0"
2222
},
2323
"require-dev": {
24-
"larastan/larastan": "^2.9||^3.0",
2524
"laravel/pint": "^1.14",
2625
"nunomaduro/collision": "^8.1.1||^7.10.0",
2726
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
28-
"pestphp/pest": "^2.0||^3.0",
29-
"pestphp/pest-plugin-arch": "^2.0||^3.0",
30-
"pestphp/pest-plugin-laravel": "^2.0||^3.0"
27+
"pestphp/pest": "^3.0",
28+
"pestphp/pest-plugin-arch": "^3.0",
29+
"pestphp/pest-plugin-laravel": "^3.0"
3130
},
3231
"autoload": {
3332
"psr-4": {

0 commit comments

Comments
 (0)