Skip to content

Commit ad1b00e

Browse files
authored
ci: add vaadin 25 build action
1 parent 0d424d7 commit ad1b00e

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
@@ -27,3 +27,16 @@ jobs:
2727
cache: maven
2828
- name: Build (Vaadin 24)
2929
run: mvn -B package --file pom.xml
30+
31+
build-vaadin25:
32+
runs-on: ubuntu-latest
33+
steps:
34+
- uses: actions/checkout@v3
35+
- name: Set up JDK
36+
uses: actions/setup-java@v3
37+
with:
38+
java-version: '21'
39+
distribution: 'temurin'
40+
cache: maven
41+
- name: Build (Vaadin 25)
42+
run: mvn -B package --file pom.xml -Pv25

0 commit comments

Comments
 (0)