Skip to content

Commit 05a9d91

Browse files
committed
Update build matrix for Laravel 11
1 parent 2d82549 commit 05a9d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
php-version: ['8.1', '8.2', '8.3']
31-
laravel-version: ['10', 'dev-master']
31+
laravel-version: ['10', '11']
3232
os: [ubuntu-latest]
3333
exclude:
34-
- laravel-version: dev-master
34+
- laravel-version: 11
3535
php-version: 8.1
3636

3737
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)