Skip to content

Commit

Permalink
upgrade laravel v11.
Browse files Browse the repository at this point in the history
  • Loading branch information
陆云峰 committed Mar 17, 2024
1 parent 2c46f92 commit 58d8667
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -22,12 +22,12 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2]
laravel: [10.*]
php: [8.2, 8.3]
laravel: [11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*

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

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
},
"require-dev": {
"laravel/pint": "^1.1",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0"
},

0 comments on commit 58d8667

Please sign in to comment.