Skip to content

Commit

Permalink
Update build matrix for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary committed Mar 13, 2024
1 parent 2d82549 commit 05a9d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
fail-fast: false
matrix:
php-version: ['8.1', '8.2', '8.3']
laravel-version: ['10', 'dev-master']
laravel-version: ['10', '11']
os: [ubuntu-latest]
exclude:
- laravel-version: dev-master
- laravel-version: 11
php-version: 8.1

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 05a9d91

Please sign in to comment.