Skip to content

Commit 0d6ed1b

Browse files
authored
ci: add vaadin 25 build action
1 parent e765319 commit 0d6ed1b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/maven.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,16 @@ jobs:
2828
cache: maven
2929
- name: Build (Vaadin 24)
3030
run: mvn -B package --file pom.xml
31+
32+
build-vaadin25:
33+
runs-on: ubuntu-latest
34+
steps:
35+
- uses: actions/checkout@v3
36+
- name: Set up JDK
37+
uses: actions/setup-java@v3
38+
with:
39+
java-version: '21'
40+
distribution: 'temurin'
41+
cache: maven
42+
- name: Build (Vaadin 25)
43+
run: mvn -B package --file pom.xml -Pv25

0 commit comments

Comments
 (0)