Skip to content

Commit 3760377

Browse files
authored
Merge pull request #7 from MrPunyapal/laravel-11
Laravel 11
2 parents f7d48ec + 365b40a commit 3760377

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/run-tests.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,18 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.3, 8.2, 8.1]
17-
laravel: [10.*]
17+
laravel: [10.*, 11.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 10.*
2121
testbench: 8.*
2222
carbon: ^2.67
23+
- laravel: 11.*
24+
testbench: 9.*
25+
carbon: ^2.72.2
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.1",
23-
"illuminate/contracts": "^10.10"
22+
"php": "^8.1|^8.2|^8.3",
23+
"illuminate/contracts": "^10.10|^11.0"
2424
},
2525
"require-dev": {
2626
"laravel/pint": "^1.0",
27-
"nunomaduro/collision": "^7.9",
28-
"orchestra/testbench": "^8.0",
27+
"nunomaduro/collision": "^7.9|^8.0",
28+
"orchestra/testbench": "^8.0|^9.0",
2929
"pestphp/pest": "^2.0",
3030
"pestphp/pest-plugin-arch": "^2.0",
3131
"pestphp/pest-plugin-laravel": "^2.2"

0 commit comments

Comments
 (0)