Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Jan 26, 2025
1 parent f014c06 commit 318b585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: true
matrix:
stack: [blade, livewire, livewire-functional, react, vue, api]
laravel: [11, 12]
laravel: [11, 'dev-master']
args: ["", --pest]
include:
- stack: vue
Expand All @@ -29,10 +29,10 @@ jobs:
laravel: 11
- stack: vue
args: --ssr --typescript
laravel: 12
laravel: 'dev-master'
- stack: react
args: --ssr --typescript
laravel: 12
laravel: 'dev-master'

name: Test Stubs - Laravel ${{ matrix.laravel }} - ${{ matrix.stack }} ${{ matrix.args }}

Expand Down

0 comments on commit 318b585

Please sign in to comment.