We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a414da commit 9cfbd44Copy full SHA for 9cfbd44
.github/workflows/generators.yml
@@ -25,14 +25,7 @@ jobs:
25
tailwind: [true, false]
26
ruby: ['3.3']
27
node: ['22']
28
- inertia_version: ['1.2.0', '1.3', '2.0']
29
- exclude:
30
- # 1.2.0 does not support typescript
31
- - typescript: true
32
- inertia_version: '1.2.0'
33
- # 1.2.0 doesn't support Svelte 5
34
- - framework: svelte
35
+ inertia_version: ['2.0']
36
37
name: ${{ matrix.framework }} (TS:${{ matrix.typescript }}, TW:${{ matrix.tailwind }}, Inertia:${{ matrix.inertia_version }})
38
0 commit comments