Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Feb 24, 2024
1 parent 0a04914 commit 1dd620c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2]
laravel: [10.*]
laravel: [11.*]
stability: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
carbon: ^2.63

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
composer update "laravel/jetstream" --prefer-dist --no-interaction --no-progress -W
php artisan jetstream:install livewire --api --dark --pest --no-interaction
- name: Install Jetsream Passport
- name: Install Jetstream Passport
run: |
composer update "headerx/laravel-jetstream-passport" --prefer-dist --no-interaction --no-progress -W
php artisan jetstream-passport:install -v
Expand Down

0 comments on commit 1dd620c

Please sign in to comment.