Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
pull_request_target:
types: [opened, synchronize, reopened]
branches: [main]
branches: [main, "3.0"]
permissions:
contents: read
concurrency:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Supports Quarkus 3.27+

To try it out, you can get a project https://github.com/vaadin/base-starter-flow-quarkus/

This branch is compatible with upcoming Vaadin 25.0+ platform versions and uses Quarkus 3.27 (LTS). See other branches for other Vaadin versions:
This branch is compatible with upcoming Vaadin 25.1+ platform versions and uses Quarkus 3.27 (LTS). See other branches for other Vaadin versions:

* 3.0 for Vaadin 25.0 and Quarkus 3.27
* 2.2 for Vaadin 24 and Quarkus 3.20
* 1.1 for Vaadin 23 and Quarkus 2

Expand Down