Skip to content

Commit

Permalink
Merge pull request #862 from reg-viz/drop_sbv6_support
Browse files Browse the repository at this point in the history
Drop SB v6 support
  • Loading branch information
Quramy committed Mar 26, 2024
2 parents 0f53179 + f24963a commit 6c29692
Show file tree
Hide file tree
Showing 203 changed files with 17,912 additions and 81,091 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/integrated_test.yml
Expand Up @@ -14,27 +14,19 @@ jobs:
strategy:
matrix:
example_dir:
- examples/v5-managed-react-legacy-decorator
- examples/v5-simple
- examples/v6-managed-react
- examples/v6-simple
- examples/v6-story-store-v7
- examples/v7-managed-react
- examples/v7-simple-react
- examples/v7-react18
- examples/v8-react18
- examples/v8-vite5
include:
- example_dir: examples/v8-react18
node-version: 18.x
- example_dir: examples/v8-vite5
node-version: 18.x
- examples/v8-managed-react
- examples/v8-simple-react
- examples/v8-vite5-prod

steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version || '16.x' }}
node-version: ${{ matrix.node-version || '18.x' }}
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn bootstrap
Expand Down
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -548,11 +548,9 @@ You can change search channel with `--chromiumChannel` option or set executable
Storycap is tested with the followings versions:

- Simple mode:
- [x] Storybook v5.x
- [x] Storybook v6.x
- [x] Storybook v7.x
- [x] Storybook v8.x
- Managed mode:
- [x] Storybook v5.x
- [x] Storybook v6.x
- [x] Storybook v7.x
- [x] Storybook v8.x

Expand Down

This file was deleted.

15 changes: 0 additions & 15 deletions examples/v5-managed-react-legacy-decorator/.storybook/config.js

This file was deleted.

40 changes: 0 additions & 40 deletions examples/v5-managed-react-legacy-decorator/package.json

This file was deleted.

14 changes: 0 additions & 14 deletions examples/v5-managed-react-legacy-decorator/src/index.css

This file was deleted.

29 changes: 0 additions & 29 deletions examples/v5-managed-react-legacy-decorator/src/stories/index.js

This file was deleted.

0 comments on commit 6c29692

Please sign in to comment.