Skip to content

Commit

Permalink
update table after branch renaming (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo authored Sep 11, 2023
1 parent 4189ae4 commit af99593
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Verify
on:
push:
branches: [master]
branches: [v24]
pull_request:
permissions:
contents: read
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This project is a collection of samples on how to use Vaadin TestBench.
If you are looking for more information on TestBench, see https://vaadin.com/testbench

| Vaadin | TestBench demo |
|---------------:|----------------------------------------------------|
|----------------|----------------------------------------------------|
| 24 | Current version |
| 23 | https://github.com/vaadin/testbench-demo/tree/23.0 |
| 14 | https://github.com/vaadin/testbench-demo/tree/14.0 |
| 10 | https://github.com/vaadin/testbench-demo/tree/10.0 |
| 23 | https://github.com/vaadin/testbench-demo/tree/v23 |
| 14 | https://github.com/vaadin/testbench-demo/tree/v14 |
| 10 | https://github.com/vaadin/testbench-demo/tree/v10 |
| 8 | https://github.com/vaadin/testbench-demo/tree/8.0 |
| 7 | https://github.com/vaadin/testbench-demo/tree/7.7 |

Expand Down

0 comments on commit af99593

Please sign in to comment.