Skip to content

Commit 28e69cc

Browse files
authored
ci: add vaadin 25 build action
1 parent ed06d68 commit 28e69cc

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
@@ -53,3 +53,16 @@ jobs:
5353
cache: maven
5454
- name: Build (Vaadin 24)
5555
run: mvn -B package --file pom.xml -Pv24
56+
57+
build-vaadin25:
58+
runs-on: ubuntu-latest
59+
steps:
60+
- uses: actions/checkout@v3
61+
- name: Set up JDK
62+
uses: actions/setup-java@v3
63+
with:
64+
java-version: '21'
65+
distribution: 'temurin'
66+
cache: maven
67+
- name: Build (Vaadin 25)
68+
run: mvn -B package --file pom.xml -Pv25

0 commit comments

Comments
 (0)