Skip to content

Commit 9cfbd44

Browse files
committed
Only run generator tests on Inertia 2.0+
1 parent 4a414da commit 9cfbd44

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/generators.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,7 @@ jobs:
2525
tailwind: [true, false]
2626
ruby: ['3.3']
2727
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: '1.2.0'
28+
inertia_version: ['2.0']
3629

3730
name: ${{ matrix.framework }} (TS:${{ matrix.typescript }}, TW:${{ matrix.tailwind }}, Inertia:${{ matrix.inertia_version }})
3831

0 commit comments

Comments
 (0)