Skip to content

Commit 13844ae

Browse files
authored
laravel 11
1 parent 5baff93 commit 13844ae

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,19 @@ 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.3, 8.2, 8.1]
17+
laravel: [11.*, 10.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 10.*
2121
testbench: 8.*
2222
carbon: 2.*
23+
- laravel: 11.*
24+
testbench: 9.*
25+
carbon: 3.*
26+
exclude:
27+
- laravel: 11.*
28+
php: 8.1
2329

2430
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2531

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"spatie/laravel-package-tools": "^1.15.0"
2828
},
2929
"require-dev": {
30+
"larastan/larastan": "^2.0",
3031
"laravel/pint": "^1.0",
31-
"nunomaduro/collision": "^7.9",
32-
"nunomaduro/larastan": "^2.0.1",
33-
"orchestra/testbench": "^8.0",
32+
"nunomaduro/collision": "^7.9|^8.0",
33+
"orchestra/testbench": "^8.0|^9.0",
3434
"pestphp/pest": "^2.1",
3535
"pestphp/pest-plugin-arch": "^2.0",
3636
"pestphp/pest-plugin-laravel": "^2.0",

0 commit comments

Comments
 (0)