Skip to content

Commit

Permalink
Bump even more
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassiewertsen authored May 11, 2023
1 parent 9fdb7e5 commit 9d95c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ jobs:
strategy:
matrix:
php: [8.1]
laravel: [10.*, 9.*]
laravel: [10.*]
dependency-version: [prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"require": {
"php": "^8.1",
"illuminate/support": "^10.0 || ^9.0",
"statamic/cms": "^4.0 || ^3.0"
"illuminate/support": "^10.0",
"statamic/cms": "^4.0"
},
"require-dev": {
"orchestra/testbench": "^8.0 || ^7.0",
Expand Down

0 comments on commit 9d95c8b

Please sign in to comment.