Skip to content

Commit bf827b1

Browse files
committed
ci(workflows): add svelte5 to adapter matrix
Include 'svelte5' in the adapter matrix for es2020-compatibility, playwright, and publish GitHub workflows to enable testing and publishing for the new adapter.
1 parent bc18f62 commit bf827b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/es2020-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
adapter: ['core', 'react', 'vue', 'svelte']
13+
adapter: ['core', 'react', 'vue', 'svelte', 'svelte5']
1414

1515
steps:
1616
- name: Checkout code

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-24.04
88
strategy:
99
matrix:
10-
adapter: ['vue', 'react', 'svelte']
10+
adapter: ['vue', 'react', 'svelte', 'svelte5']
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
adapter: ['core', 'vue3', 'react', 'svelte']
16+
adapter: ['core', 'vue3', 'react', 'svelte', 'svelte5']
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)