Skip to content

Commit

Permalink
Update github build for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvs committed Mar 2, 2024
1 parent fd2b54f commit 7c34363
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php: [7.3, 7.4, 8.0, 8.1, 8.2]
illuminate: [^8.0, ^9.0, ^10.0]
illuminate: [^8.0, ^9.0, ^10.0, ^11.0]
exclude:
- php: 7.3
illuminate: ^9.0
Expand All @@ -21,7 +21,12 @@ jobs:
illuminate: ^10.0
- php: 8.0
illuminate: ^10.0

- php: 7.3
illuminate: ^11.0
- php: 7.4
illuminate: ^11.0
- php: 8.0
illuminate: ^11.0

name: PHP ${{ matrix.php }} & Illuminate ${{ matrix.illuminate }}

Expand All @@ -33,4 +38,4 @@ jobs:
tools: composer:v2
- run: composer require "illuminate/database:${{ matrix.illuminate }}" --no-update
- run: composer update --no-interaction
- run: vendor/bin/phpunit
- run: vendor/bin/phpunit

0 comments on commit 7c34363

Please sign in to comment.