Skip to content

Commit

Permalink
Bump Laravel to v11.1 to satisfy ochestra min dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Apr 15, 2024
1 parent 51968f1 commit 018a456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
laravel: [^10.0, ^11.0]
laravel: [^10.0, ^11.1]
include:
- laravel: ^11.0
- laravel: ^11.1
testbench: ^9.0
- laravel: ^10.0
testbench: ^8.0
exclude:
- laravel: ^11.0
- laravel: ^11.1
php: 8.1

name: TESTS PHP ${{ matrix.php }} LARAVEL ${{ matrix.laravel }} TESTBENCH ${{ matrix.testbench }}
Expand Down

0 comments on commit 018a456

Please sign in to comment.