Skip to content

Commit c734564

Browse files
authored
ci: add vaadin 25 build action
1 parent ee37021 commit c734564

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/maven.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,17 @@ jobs:
2727
distribution: 'temurin'
2828
cache: maven
2929
- name: Build (Vaadin 24)
30-
run: mvn -B package --file pom.xml
30+
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)