Skip to content

Commit 93d46d1

Browse files
authored
Merge pull request #64 from gpibarra/l11
laravel 11
2 parents 014913f + 13844ae commit 93d46d1

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
@@ -28,10 +28,10 @@
2828
"spatie/laravel-package-tools": "^1.15.0"
2929
},
3030
"require-dev": {
31+
"larastan/larastan": "^2.0",
3132
"laravel/pint": "^1.0",
32-
"nunomaduro/collision": "^7.9",
33-
"nunomaduro/larastan": "^2.0.1",
34-
"orchestra/testbench": "^8.0",
33+
"nunomaduro/collision": "^7.9|^8.0",
34+
"orchestra/testbench": "^8.0|^9.0",
3535
"pestphp/pest": "^2.1",
3636
"pestphp/pest-plugin-arch": "^2.0",
3737
"pestphp/pest-plugin-laravel": "^2.0",

0 commit comments

Comments
 (0)