Skip to content

Commit 2bd3552

Browse files
authored
Merge pull request #5 from mostafaznv/dev
chore: update laravel 11
2 parents a34f0cd + 88e7192 commit 2bd3552

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.2, 8.3]
13-
laravel: [10.*]
13+
laravel: [10.*, 11.*]
1414
coverage: [none]
1515
dependency-version: [prefer-stable]
1616
include:
1717
- laravel: 10.*
1818
testbench: 8.*
19+
- laravel: 11.*
20+
testbench: 9.*
1921

2022
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
2123

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": "^10.0",
35-
"orchestra/testbench": "^v8.19.0",
35+
"orchestra/testbench": "^v8.19.0|^9.0",
3636
"league/flysystem-aws-s3-v3": "^3.0",
3737
"pestphp/pest": "^2.0"
3838
},

0 commit comments

Comments
 (0)